Delegate DrawItemEventHandler
Represents the method that will handle the draw item events.
public delegate void DrawItemEventHandler(object? sender, DrawItemEventArgs e)
Parameters
sender
objectThe source of the event.
e
DrawItemEventArgsA DrawItemEventArgs that contains the event data.