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

52 lines
1.4 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: MLEM.Ui.Elements.Element.OtherElementCallback
commentId: T:MLEM.Ui.Elements.Element.OtherElementCallback
id: Element.OtherElementCallback
parent: MLEM.Ui.Elements
children: []
langs:
- csharp
- vb
name: Element.OtherElementCallback
nameWithType: Element.OtherElementCallback
fullName: MLEM.Ui.Elements.Element.OtherElementCallback
type: Delegate
source:
remote:
path: MLEM.Ui/Elements/Element.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: OtherElementCallback
path: ../MLEM.Ui/Elements/Element.cs
startLine: 530
assemblies:
- MLEM.Ui
namespace: MLEM.Ui.Elements
syntax:
content: public delegate void OtherElementCallback(Element thisElement, Element otherElement);
parameters:
- id: thisElement
type: MLEM.Ui.Elements.Element
- id: otherElement
type: MLEM.Ui.Elements.Element
content.vb: Public Delegate Sub OtherElementCallback(thisElement As Element, otherElement 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