Delegate CellControlEventHandler
CellControlEventHandler delegate
Represents the method that intend to handle cell control events.
public delegate void CellControlEventHandler(object sender, CellControlEventArgs e);
| Parameter | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | CellControlEventArgs | The event argument. |
See Also
- class CellControlEventArgs
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop