ScrollEventArgs
Wisej.Web.ScrollEventArgs
Last updated
Wisej.Web.ScrollEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the Scroll event.
Initializes a new instance of the ScrollEventArgs class using the given values for the Type and NewValue properties.
Name | Type | Description |
---|---|---|
args | The arguments received from the client. |
Initializes a new instance of the ScrollEventArgs class using the given values for the Type and NewValue properties.
Name | Type | Description |
---|---|---|
type | One of the ScrollEventType values. | |
newValue | The new value for the scroll bar. |
Initializes a new instance of the ScrollEventArgs class using the given values for the Type, NewValue, and ScrollOrientation properties.
Name | Type | Description |
---|---|---|
type | One of the ScrollEventType values. | |
newValue | The new value for the scroll bar. | |
scroll | One of the ScrollOrientation values. |
Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, and NewValue properties.
Name | Type | Description |
---|---|---|
type | One of the ScrollEventType values. | |
oldValue | The old value for the scroll bar. | |
newValue | The new value for the scroll bar. |
Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, NewValue, and ScrollOrientation properties.
Name | Type | Description |
---|---|---|
type | One of the ScrollEventType values. | |
oldValue | The old value for the scroll bar. | |
newValue | The new value for the scroll bar. | |
scroll | One of the ScrollOrientation values. |
Int32: Returns or sets the new Value of the scroll bar.
Int32: Returns the old Value of the scroll bar.
ScrollOrientation: Returns the scroll bar orientation that raised the Scroll event.
ScrollEventType: Returns the type of scroll event that occurred.
Name | Description |
---|---|
Represents the method that handles the Scroll event of a ScrollableControl, ScrollBar, TrackBar, or DataGridView. |