ScrollEventType
Wisej.Web.ScrollEventType
Last updated
Was this helpful?
Wisej.Web.ScrollEventType
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies the type of action used to raise the Scroll event.
public enum ScrollEventType : EnumPublic Enum ScrollEventType As [Enum]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.
Returns the type of scroll event that occurred.
Last updated
Was this helpful?
Was this helpful?

