mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
67 lines
1.7 KiB
YAML
67 lines
1.7 KiB
YAML
|
### YamlMime:ManagedReference
|
||
|
items:
|
||
|
- uid: MLEM.Ui.Elements.Element.TabNextElementCallback
|
||
|
commentId: T:MLEM.Ui.Elements.Element.TabNextElementCallback
|
||
|
id: Element.TabNextElementCallback
|
||
|
parent: MLEM.Ui.Elements
|
||
|
children: []
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: Element.TabNextElementCallback
|
||
|
nameWithType: Element.TabNextElementCallback
|
||
|
fullName: MLEM.Ui.Elements.Element.TabNextElementCallback
|
||
|
type: Delegate
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Elements/Element.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: TabNextElementCallback
|
||
|
path: ../MLEM.Ui/Elements/Element.cs
|
||
|
startLine: 536
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Elements
|
||
|
syntax:
|
||
|
content: public delegate Element TabNextElementCallback(bool backward, Element usualNext);
|
||
|
parameters:
|
||
|
- id: backward
|
||
|
type: System.Boolean
|
||
|
- id: usualNext
|
||
|
type: MLEM.Ui.Elements.Element
|
||
|
return:
|
||
|
type: MLEM.Ui.Elements.Element
|
||
|
content.vb: Public Delegate Function TabNextElementCallback(backward As Boolean, usualNext As 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: System.Boolean
|
||
|
commentId: T:System.Boolean
|
||
|
parent: System
|
||
|
isExternal: true
|
||
|
name: Boolean
|
||
|
nameWithType: Boolean
|
||
|
fullName: System.Boolean
|
||
|
- uid: MLEM.Ui.Elements.Element
|
||
|
commentId: T:MLEM.Ui.Elements.Element
|
||
|
parent: MLEM.Ui.Elements
|
||
|
name: Element
|
||
|
nameWithType: Element
|
||
|
fullName: MLEM.Ui.Elements.Element
|
||
|
- uid: System
|
||
|
commentId: N:System
|
||
|
isExternal: true
|
||
|
name: System
|
||
|
nameWithType: System
|
||
|
fullName: System
|