### YamlMime:ManagedReference items: - uid: MLEM.Ui.UiSystem.RootCallback commentId: T:MLEM.Ui.UiSystem.RootCallback id: UiSystem.RootCallback parent: MLEM.Ui children: [] langs: - csharp - vb name: UiSystem.RootCallback nameWithType: UiSystem.RootCallback fullName: MLEM.Ui.UiSystem.RootCallback type: Delegate source: remote: path: MLEM.Ui/UiSystem.cs branch: master repo: https://github.com/Ellpeck/MLEM id: RootCallback path: ../MLEM.Ui/UiSystem.cs startLine: 191 assemblies: - MLEM.Ui namespace: MLEM.Ui syntax: content: public delegate void RootCallback(RootElement root); parameters: - id: root type: MLEM.Ui.RootElement content.vb: Public Delegate Sub RootCallback(root As RootElement) modifiers.csharp: - public - delegate modifiers.vb: - Public - Delegate references: - uid: MLEM.Ui commentId: N:MLEM.Ui name: MLEM.Ui nameWithType: MLEM.Ui fullName: MLEM.Ui - uid: MLEM.Ui.RootElement commentId: T:MLEM.Ui.RootElement parent: MLEM.Ui name: RootElement nameWithType: RootElement fullName: MLEM.Ui.RootElement