Delegate CellFormatEventHandler

CellFormatEventHandler delegate

Represents the method that intend to handle cell format events.

public delegate void CellFormatEventHandler(object sender, CellFormatEventArgs e);
ParameterTypeDescription
senderObjectThe source of the event.
eCellFormatEventArgsThe event argument.

See Also