Delegate CellCopyComboBoxEventHandler

CellCopyComboBoxEventHandler delegate

Represents the method that intend to handle cell copy events.

public delegate void CellCopyComboBoxEventHandler(object sender, CellCopyComboBoxEventArgs e);
ParameterTypeDescription
senderObjectThe source of the event.
eCellCopyComboBoxEventArgsThe event argument.

See Also