Delegate CellRangeEventHandler

CellRangeEventHandler delegate

Represents the method that intend to handle cellrange events.

public delegate void CellRangeEventHandler(object sender, CellRangeEventArgs e);
ParameterTypeDescription
senderObjectThe source of the event.
eCellRangeEventArgsThe event argument.

See Also