1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-29 07:48:20 +02:00
MLEM/Docs/api/MLEM.Ui.Elements.Checkbox.CheckStateChange.yml
2020-05-21 01:08:36 +02:00

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