Wisej.Web.ScrollEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the Scroll event.
public class ScrollEventArgs : EventArgsPublic Class ScrollEventArgs
Inherits EventArgsInitializes a new instance of the class using the given values for the and properties.
Initializes a new instance of the class using the given values for the and properties.
Initializes a new instance of the class using the given values for the , , and properties.
Initializes a new instance of the class using the given values for the , , and properties.
Initializes a new instance of the class using the given values for the , , , and properties.
: Returns or sets the new of the scroll bar.
: Returns the old of the scroll bar.
: Returns the scroll bar orientation that raised the Scroll event.
: Returns the type of scroll event that occurred.
One of the values.
args
The arguments received from the client.
type
One of the ScrollEventType values.
newValue
The new value for the scroll bar.
type
One of the ScrollEventType values.
newValue
The new value for the scroll bar.
scroll
One of the ScrollOrientation values.
type
One of the ScrollEventType values.
oldValue
The old value for the scroll bar.
newValue
The new value for the scroll bar.
type
One of the ScrollEventType values.
oldValue
The old value for the scroll bar.
newValue
The new value for the scroll bar.
Represents the method that handles the Scroll event of a ScrollableControl, ScrollBar, TrackBar, or DataGridView.
scroll