1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-30 16:06:35 +02:00
MLEM/Docs/api/MLEM.Ui.Elements.Element.GenericCallback.yml
2020-05-21 01:08:36 +02:00

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