All pages
Powered by GitBook
1 of 1

Loading...

ScrollEventArgs

Wisej.Web.ScrollEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Provides data for the Scroll event.

public class ScrollEventArgs : EventArgs
Public Class ScrollEventArgs
    Inherits EventArgs

Constructors

ScrollEventArgs(args)

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

Name
Type
Description

ScrollEventArgs(type, newValue)

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

Name
Type
Description

ScrollEventArgs(type, newValue, scroll)

Initializes a new instance of the class using the given values for the , , and properties.

Name
Type
Description

ScrollEventArgs(type, oldValue, newValue)

Initializes a new instance of the class using the given values for the , , and properties.

Name
Type
Description

ScrollEventArgs(type, oldValue, newValue, scroll)

Initializes a new instance of the class using the given values for the , , , and properties.

Name
Type
Description

Properties

NewValue

: Returns or sets the new of the scroll bar.

OldValue

: Returns the old of the scroll bar.

ScrollOrientation

: Returns the scroll bar orientation that raised the Scroll event.

Type

: Returns the type of scroll event that occurred.

Used By

Name
Description

One of the values.

args

WisejEventArgs

The arguments received from the client.

type

ScrollEventType

One of the ScrollEventType values.

newValue

Int32

The new value for the scroll bar.

type

ScrollEventType

One of the ScrollEventType values.

newValue

Int32

The new value for the scroll bar.

scroll

ScrollOrientation

One of the ScrollOrientation values.

type

ScrollEventType

One of the ScrollEventType values.

oldValue

Int32

The old value for the scroll bar.

newValue

Int32

The new value for the scroll bar.

type

ScrollEventType

One of the ScrollEventType values.

oldValue

Int32

The old value for the scroll bar.

newValue

Int32

The new value for the scroll bar.

ScrollEventHandler

Represents the method that handles the Scroll event of a ScrollableControl, ScrollBar, TrackBar, or DataGridView.

ScrollEventArgs
Type
NewValue
ScrollEventArgs
Type
NewValue
ScrollEventArgs
Type
NewValue
ScrollOrientation
ScrollEventArgs
Type
OldValue
NewValue
ScrollEventArgs
Type
OldValue
NewValue
ScrollOrientation
Int32
Value
Int32
Value
ScrollOrientation
ScrollEventType

scroll

ScrollOrientation
ScrollOrientation