Delegate CellControlEventHandler

CellControlEventHandler delegate

Represents the method that intend to handle cell control events.

public delegate void CellControlEventHandler(object sender, CellControlEventArgs e);
ParameterTypeDescription
senderObjectThe source of the event.
eCellControlEventArgsThe event argument.

See Also