IActiveNodeChangeEventArgs

Emitted when the active node is changed

Represents the column index of the active node

column: number

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

Optional Represents the hierarchical level of the active node

level?: number

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

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

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

Represents the row index of the active node

row: number

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

Represents the type of the active node. The GridKeydownTargetType is an enum or that specifies the possible target types

tag: GridKeydownTargetType

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