mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
|
### YamlMime:ManagedReference
|
||
|
items:
|
||
|
- uid: MLEM.Ui.Elements.Element.GenericCallback
|
||
|
commentId: T:MLEM.Ui.Elements.Element.GenericCallback
|
||
|
id: Element.GenericCallback
|
||
|
parent: MLEM.Ui.Elements
|
||
|
children: []
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: Element.GenericCallback
|
||
|
nameWithType: Element.GenericCallback
|
||
|
fullName: MLEM.Ui.Elements.Element.GenericCallback
|
||
|
type: Delegate
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Elements/Element.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: GenericCallback
|
||
|
path: ../MLEM.Ui/Elements/Element.cs
|
||
|
startLine: 528
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Elements
|
||
|
syntax:
|
||
|
content: public delegate void GenericCallback(Element element);
|
||
|
parameters:
|
||
|
- id: element
|
||
|
type: MLEM.Ui.Elements.Element
|
||
|
content.vb: Public Delegate Sub GenericCallback(element As Element)
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
- delegate
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- Delegate
|
||
|
references:
|
||
|
- uid: MLEM.Ui.Elements
|
||
|
commentId: N:MLEM.Ui.Elements
|
||
|
name: MLEM.Ui.Elements
|
||
|
nameWithType: MLEM.Ui.Elements
|
||
|
fullName: MLEM.Ui.Elements
|
||
|
- uid: MLEM.Ui.Elements.Element
|
||
|
commentId: T:MLEM.Ui.Elements.Element
|
||
|
parent: MLEM.Ui.Elements
|
||
|
name: Element
|
||
|
nameWithType: Element
|
||
|
fullName: MLEM.Ui.Elements.Element
|