1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-09-20 06:05:46 +02:00
MLEM/Docs/api/MLEM.Ui.Elements.Element.GenericCallback.yml

72 lines
1.8 KiB
YAML
Generated

### 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: main
repo: https://github.com/Ellpeck/MLEM
id: GenericCallback
path: ../MLEM.Ui/Elements/Element.cs
startLine: 1291
assemblies:
- MLEM.Ui
namespace: MLEM.Ui.Elements
summary: A generic element-specific delegate.
example: []
syntax:
content: public delegate void Element.GenericCallback(Element element)
parameters:
- id: element
type: MLEM.Ui.Elements.Element
description: The current element
content.vb: Public Delegate Sub Element.GenericCallback(element As Element)
references:
- uid: MLEM.Ui.Elements
commentId: N:MLEM.Ui.Elements
href: MLEM.html
name: MLEM.Ui.Elements
nameWithType: MLEM.Ui.Elements
fullName: MLEM.Ui.Elements
spec.csharp:
- uid: MLEM
name: MLEM
href: MLEM.html
- name: .
- uid: MLEM.Ui
name: Ui
href: MLEM.Ui.html
- name: .
- uid: MLEM.Ui.Elements
name: Elements
href: MLEM.Ui.Elements.html
spec.vb:
- uid: MLEM
name: MLEM
href: MLEM.html
- name: .
- uid: MLEM.Ui
name: Ui
href: MLEM.Ui.html
- name: .
- uid: MLEM.Ui.Elements
name: Elements
href: MLEM.Ui.Elements.html
- uid: MLEM.Ui.Elements.Element
commentId: T:MLEM.Ui.Elements.Element
parent: MLEM.Ui.Elements
href: MLEM.Ui.Elements.Element.html
name: Element
nameWithType: Element
fullName: MLEM.Ui.Elements.Element