Delegate CellEventHandler

CellEventHandler delegate

Represents the method that intend to handle cell events.

public delegate void CellEventHandler(object sender, CellEventArgs e);
ParameterTypeDescription
senderObjectThe source of the event.
eCellEventArgsThe event argument.

See Also