The AxisScrollEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AxisScrollEventArgs(AxisIdEnum) | ||
AxisScrollEventArgs(AxisIdEnum, ScrollEventType, Double, Double, ScrollOrientation) |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AxisId |
Gets a value identifying the axis that is scrolled.
|
|
NewValue |
Gets or sets the value of the axis scrollbar as it will be after event completion.
The axis scrollbar value indicates the fraction between the minimum and maximum.
|
|
OldValue |
Gets the value of the axis scrollbar before the event. The axis
scrollbar value indicates the fraction between the minimum and maximum.
|
|
ScrollEventType |
Gets a value indicating the type of scroll event.
|
|
ScrollOrientation |
Gets a value indicating the orientation of the axis scrollbar.
|