ScrollEventType
Wisej.Web.ScrollEventType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the type of action used to raise the Scroll event.
Fields
Name
Description
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 Minimum 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 Maximum position.
Used By
Name
Description
Returns the type of scroll event that occurred.
Last updated