1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-29 07:48:20 +02:00
MLEM/Docs/api/MLEM.Ui.UiSystem.RootCallback.yml
2020-05-21 01:08:36 +02:00

50 lines
1.1 KiB
YAML

### 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