Delegate CellKeyEventHandler

CellKeyEventHandler delegate

Represents the method that intend to handle cell key events.

public delegate void CellKeyEventHandler(object sender, CellKeyEventArgs e);
ParameterTypeDescription
senderObjectThe source of the event.
eCellKeyEventArgsThe event argument.

See Also