'Declaration Public Event AxisScroll As AxisScrollEventHandler
public event AxisScrollEventHandler AxisScroll
Event Data
The event handler receives an argument of type AxisScrollEventArgs containing data related to this event. The following AxisScrollEventArgs properties provide information specific to this event.
Property | 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. |
See Also