IGridScrollEventArgs

Event emitted when a grid is scrolled.

The scroll direction - vertical or horizontal.

direction: string

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:454

The original browser scroll event.

event: Event

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:457

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

Defined in projects/igniteui-angular/core/src/core/utils.ts:428

The new scroll position

scrollPosition: number

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:459