Delegate CellEventHandler
CellEventHandler delegate
Represents the method that intend to handle cell events.
public delegate void CellEventHandler(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
- assembly Aspose.Cells.GridDesktop