Skip to main content

Create(TdxScrollEventType,Integer,TdxScrollOrientation) Constructor

Initializes a new instance of the TdxScrollEventArgs class with specified settings.

Declaration

constructor Create(AType: TdxScrollEventType; ANewValue: Integer; AScrollOrientation: TdxScrollOrientation = TdxScrollOrientation.HorizontalScroll); overload;

Parameters

Name Type
AType TdxScrollEventType
ANewValue Integer
AScrollOrientation TdxScrollOrientation
See Also