Client-Side API Reference > FlexGrid > wijmo.grid > CellEditEndingEventArgs Class |
constructor(p: GridPanel, rng: CellRange, data?: any): CellRangeEventArgs
Initializes a new instance of the CellRangeEventArgs class.
GridPanel that contains the range.
Range of cells affected by the event.
Data related to the event.
Gets or sets a value that indicates whether the event should be canceled.
Provides a value to use with events that do not have event data.
Gets or sets whether the cell should remain in edit mode instead of finishing the edits.
Provides arguments for the cellEditEnding event.