# ScrollEventType

URL: https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.scrolleventtype

Version: 4.1
Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.1.0.0)

Specifies the type of action used to raise the [Scroll](/api/wisej.web/content/scrollbar/#scroll) event.

- C# - VB.NET

```csharp
public enum ScrollEventType : Enum
```

```visual
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](/api/wisej.web/content/scrollbar/#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](/api/wisej.web/content/scrollbar/#maximum) position. 

## Used By

| Name | Description | [ScrollEventArgs.Type](/api/wisej.web/content/scrollbar/wisej.web.scrolleventargs#type) | Returns the type of scroll event that occurred.
