Delegate CellComboBoxEventHandler

CellComboBoxEventHandler delegate

Represents the method that intend to handle cell ComboBox events.

public delegate void CellComboBoxEventHandler(object sender, CellComboBoxEventArgs e);
ParameterTypeDescription
senderObjectThe source of the event.
eCellComboBoxEventArgsThe event argument.

See Also