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