Interface IGridScrollEventArgs

Event emitted when a grid is scrolled.

Hierarchy

Hierarchy

  • IBaseEventArgs
    • IGridScrollEventArgs

Properties

direction: string

The scroll direction - vertical or horizontal.

event: Event

The original browser scroll event.

owner?: any

Provides reference to the owner component.

scrollPosition: number

The new scroll position