IGridScrollEventArgs
Event emitted when a grid is scrolled.
Properties
Section titled "Properties"direction
Section titled "direction"The scroll direction - vertical or horizontal.
direction: string Defined in projects/igniteui-angular/grids/core/src/common/events.ts:454
event
Section titled "event"The original browser scroll event.
event: Event Defined in projects/igniteui-angular/grids/core/src/common/events.ts:457
Optional owner
Section titled "owner"Inherited from: IBaseEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428
scrollPosition
Section titled "scrollPosition"The new scroll position
scrollPosition: number Defined in projects/igniteui-angular/grids/core/src/common/events.ts:459