Click or drag to resize

EngineScrollBarEventArgs(Int32, Int32, ScrollEventType, ScrollOrientation) Constructor

Constructor.

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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