Delegate CellValidationEventHandler

CellValidationEventHandler delegate

Represents the method that intend to handle cell validation events.

public delegate void CellValidationEventHandler(object sender, CellValidationEventArgs e);
ParameterTypeDescription
senderObjectThe source of the event.
eCellValidationEventArgsThe event argument.

See Also