Delegate SheetEventHandler
SheetEventHandler delegate
Represents the interface that intend to handle sheet events.
void handleCellEvent(Object sender, RowColumnEventArgs e);
public delegate void SheetEventHandler(object sender, GridWorksheet sheet);
Parameter | Type | Description |
---|---|---|
sender | Object | The source of the event. |
sheet | GridWorksheet | The related worksheet. |
See Also
- class GridWorksheet
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb