[]
Represents the method that will handle the AfterEdit, AfterResizeColumn, AfterResizeRow, BeforeEdit, BeforePageBreak, BeforeResizeColumn, BeforeResizeRow, ShowScrollTip, CellButtonClick, ComboCloseUp, ComboDropDown, SetupEditor, and StartEdit events.
public delegate void RowColEventHandler(object sender, RowColEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | Object that fired the event. |
RowColEventArgs | e | RowColEventArgs object that contains the event data. |
Name | Description |
---|---|
RowColEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, RowColEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, RowColEventArgs) |