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.ScrollBar.ValueChanged.yml
2020-05-21 01:08:36 +02:00

65 lines
1.6 KiB
YAML

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