1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-09-20 06:05:46 +02:00
MLEM/Docs/api/MLEM.Ui.Elements.ScrollBar.ValueChanged.yml

114 lines
3.4 KiB
YAML
Generated

### 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: main
repo: https://github.com/Ellpeck/MLEM
id: ValueChanged
path: ../MLEM.Ui/Elements/ScrollBar.cs
startLine: 272
assemblies:
- MLEM.Ui
namespace: MLEM.Ui.Elements
summary: A delegate method used for <xref href="MLEM.Ui.Elements.ScrollBar.OnValueChanged" data-throw-if-not-resolved="false"></xref>
example: []
syntax:
content: public delegate void ScrollBar.ValueChanged(Element element, float value)
parameters:
- id: element
type: MLEM.Ui.Elements.Element
description: The element whose current value changed
- id: value
type: System.Single
description: The element's new <xref href="MLEM.Ui.Elements.ScrollBar.CurrentValue" data-throw-if-not-resolved="false"></xref>
content.vb: Public Delegate Sub ScrollBar.ValueChanged(element As Element, value As Single)
references:
- uid: MLEM.Ui.Elements.ScrollBar.OnValueChanged
commentId: F:MLEM.Ui.Elements.ScrollBar.OnValueChanged
parent: MLEM.Ui.Elements.ScrollBar
href: MLEM.Ui.Elements.ScrollBar.html#MLEM_Ui_Elements_ScrollBar_OnValueChanged
name: OnValueChanged
nameWithType: ScrollBar.OnValueChanged
fullName: MLEM.Ui.Elements.ScrollBar.OnValueChanged
- uid: MLEM.Ui.Elements.ScrollBar.CurrentValue
commentId: P:MLEM.Ui.Elements.ScrollBar.CurrentValue
parent: MLEM.Ui.Elements.ScrollBar
href: MLEM.Ui.Elements.ScrollBar.html#MLEM_Ui_Elements_ScrollBar_CurrentValue
name: CurrentValue
nameWithType: ScrollBar.CurrentValue
fullName: MLEM.Ui.Elements.ScrollBar.CurrentValue
- uid: MLEM.Ui.Elements
commentId: N:MLEM.Ui.Elements
href: MLEM.html
name: MLEM.Ui.Elements
nameWithType: MLEM.Ui.Elements
fullName: MLEM.Ui.Elements
spec.csharp:
- uid: MLEM
name: MLEM
href: MLEM.html
- name: .
- uid: MLEM.Ui
name: Ui
href: MLEM.Ui.html
- name: .
- uid: MLEM.Ui.Elements
name: Elements
href: MLEM.Ui.Elements.html
spec.vb:
- uid: MLEM
name: MLEM
href: MLEM.html
- name: .
- uid: MLEM.Ui
name: Ui
href: MLEM.Ui.html
- name: .
- uid: MLEM.Ui.Elements
name: Elements
href: MLEM.Ui.Elements.html
- uid: MLEM.Ui.Elements.Element
commentId: T:MLEM.Ui.Elements.Element
parent: MLEM.Ui.Elements
href: MLEM.Ui.Elements.Element.html
name: Element
nameWithType: Element
fullName: MLEM.Ui.Elements.Element
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
- uid: MLEM.Ui.Elements.ScrollBar
commentId: T:MLEM.Ui.Elements.ScrollBar
parent: MLEM.Ui.Elements
href: MLEM.Ui.Elements.ScrollBar.html
name: ScrollBar
nameWithType: ScrollBar
fullName: MLEM.Ui.Elements.ScrollBar
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System