Click or drag to resize

EngineScrollBarEventArgs Constructor (Int32, Int32, ScrollEventType, ScrollOrientation)

Constructor.

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public EngineScrollBarEventArgs(
	int OldValue,
	int NewValue,
	ScrollEventType Type,
	ScrollOrientation ScrollOrientation
)

Parameters

OldValue
Type: SystemInt32
Previous EnhancedScrollBar value.
NewValue
Type: SystemInt32
New EnhancedScrollBar value.
Type
Type: System.Windows.FormsScrollEventType
Type of the scroll event.
ScrollOrientation
Type: System.Windows.FormsScrollOrientation
EnhancedScrollBar orientation.
See Also