Delegate WorkbookEventHandler
WorkbookEventHandler delegate
Represents the interface that intend to handle workbook events.
void handleCellEvent(Object sender, CellEventArgs e);
public delegate void WorkbookEventHandler(object sender, CellEventArgs e);
| Parameter | Type | Description | 
|---|---|---|
| sender | Object | The source of the event. | 
| e | CellEventArgs | The event argument. | 
See Also
- class CellEventArgs
 - namespace Aspose.Cells.GridDesktop.Data
 - assembly Aspose.Cells.GridDesktop