ScrollEventType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the type of action used to raise the Scroll event.
- C#
- VB.NET
public enum ScrollEventType : Enum
Public Enum ScrollEventType As [Enum]
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 |
|---|---|
| ScrollEventArgs.Type | Returns the type of scroll event that occurred. |