EngineScrollBarEventArgs(Int32, Int32, ScrollEventType, ScrollOrientation) Constructor |
Constructor.
Namespace: NeoAxis.EditorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic EngineScrollBarEventArgs(
int OldValue,
int NewValue,
ScrollEventType Type,
ScrollOrientation ScrollOrientation
)
Parameters
- OldValue Int32
- Previous EnhancedScrollBar value.
- NewValue Int32
- New EnhancedScrollBar value.
- Type ScrollEventType
- Type of the scroll event.
- ScrollOrientation ScrollOrientation
- EnhancedScrollBar orientation.
See Also