ScrollEventArgs
Wisej.Web.ScrollEventArgs
Last updated
Was this helpful?
Wisej.Web.ScrollEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the Scroll event.
Initializes a new instance of the class using the given values for the and properties.
args
The arguments received from the client.
Initializes a new instance of the class using the given values for the and properties.
type
newValue
The new value for the scroll bar.
Initializes a new instance of the class using the given values for the , , and properties.
type
newValue
The new value for the scroll bar.
scroll
type
oldValue
The old value for the scroll bar.
newValue
The new value for the scroll bar.
type
oldValue
The old value for the scroll bar.
newValue
The new value for the scroll bar.
scroll
One of the values.
One of the values.
One of the values.
Initializes a new instance of the class using the given values for the , , and properties.
One of the values.
Initializes a new instance of the class using the given values for the , , , and properties.
One of the values.
One of the values.
: 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.
Represents the method that handles the Scroll event of a , , , or .