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