EngineScrollBarMouseEventArgs Constructor |
Constructor.
Namespace: NeoAxis.EditorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic EngineScrollBarMouseEventArgs(
int Value,
MouseEventArgs MouseArgs,
EngineScrollBarMouseLocation ScrollBarSection
)
Parameters
- Value Int32
- ScrollBar Value when event occurred.
- MouseArgs MouseEventArgs
- Original MouseArgs.
- ScrollBarSection EngineScrollBarMouseLocation
- Section of the EnhancedScrollBar where mouse pointer is located.
See Also