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