[]
Provides data for the AfterEdit, AfterResizeColumn, AfterResizeRow, BeforeEdit, BeforePageBreak, BeforeResizeColumn, BeforeResizeRow, ShowScrollTip, CellButtonClick, ComboCloseUp, ComboDropDown, SetupEditor, and StartEdit events.
public class RowColEventArgs : EventArgs
Name | Description |
---|---|
RowColEventArgs(int, int) | Initializes a new instance of the RowColEventArgs class. |
Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the operation should be canceled. |
Col | Gets the index of the column that caused the event. |
Row | Gets the index of the row that caused the event. |