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