Delegate MeasureItemEventHandler
Represents the method that will handle the measure item events.
public delegate void MeasureItemEventHandler(object? sender, MeasureItemEventArgs e)
Parameters
senderobjectThe source of the event.
eMeasureItemEventArgsA MeasureItemEventArgs that contains the event data.