Interface ListGridEventHandlersEventMap<T>

Type Parameters

  • T

Hierarchy (view full)

Properties

before_change_value: [ChangedValueCellEvent<T>]
blur_grid: [FocusEvent]
changed_header_value: [ChangedHeaderValueCellEvent]
changed_value: [ChangedValueCellEvent<T>]
click_cell: [MouseCellEvent]
contextmenu_cell: [MouseCellEvent]
copydata: [CellRange]
dblclick_cell: [MouseCellEvent]
dbltap_cell: [TouchCellEvent]
delete_cell: [DeleteCellEvent]
editableinput_cell: [CellAddress]
focus_grid: [FocusEvent]
input_cell: [InputCellEvent]
keydown: [KeydownEvent]
modify_status_editableinput_cell: [ModifyStatusEditableinputCellEvent]
mousedown_cell: [MouseCellEvent]
mouseenter_cell: [MousePointerCellEvent]
mouseleave_cell: [MousePointerCellEvent]
mousemove_cell: [MouseCellEvent]
mouseout_cell: [MousePointerCellEvent]
mouseover_cell: [MousePointerCellEvent]
mouseup_cell: [MouseCellEvent]
paste_cell: [PasteCellEvent]
rejected_paste_values: [PasteRejectedValuesEvent<T>]
resize_column: [{
    col: number;
}]
scroll: [ScrollEvent]
selected_cell: [SelectedCellEvent, boolean]
touchstart_cell: [TouchCellEvent]