Interface IGridKeydownEventArgs

Represents an event, emitted when keydown is triggered over element inside grid's body This event is fired only if the key combination is supported in the grid.

Hierarchy

Hierarchy

  • IBaseEventArgs
    • IGridKeydownEventArgs

Properties

cancel: boolean

The event is cancelable cancel returns whether the event has been interepted and stopped If the value becomes "true", it returns/exits from the method, instanciating the interface

event: Event

Represents the original event, that occured.

owner?: any

Provides reference to the owner component.

target: any

Represents the information and details of the object itself

The targetType represents the type of the targeted object. For example a cell or a row