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