ScrollEventArgs

Wisej.Web.ScrollEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.1.0.0)

Provides data for the Scroll event.

public class ScrollEventArgs : EventArgs

Constructors

Initializes a new instance of the ScrollEventArgs class using the given values for the Type and NewValue properties.

Initializes a new instance of the ScrollEventArgs class using the given values for the Type and NewValue properties.

Initializes a new instance of the ScrollEventArgs class using the given values for the Type, NewValue, and ScrollOrientation properties.

Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, and NewValue properties.

Initializes a new instance of the ScrollEventArgs class using the given values for the Type, OldValue, NewValue, and ScrollOrientation properties.

Properties

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.

Used By

Last updated