ScrollEventType
Wisej.Web.ScrollEventType
Last updated
Wisej.Web.ScrollEventType
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Specifies the type of action used to raise the Scroll event.
Decrement
The scroll box was moved a small distance. The user clicked the left(horizontal) or top(vertical) scroll arrow.
First
The scroll box was moved to the position.
Increment
The scroll box was moved a small distance. The user clicked the right(horizontal) or bottom(vertical) scroll arrow.
Last
The scroll box was moved to the position.
Returns the type of scroll event that occurred.