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