Delegate InvalidateEventHandler
Represents the method that will handle the Invalidated event of a AbstractControl.
public delegate void InvalidateEventHandler(object sender, InvalidateEventArgs e)
Parameters
sender
objectThe source of the event.
e
InvalidateEventArgsAn InvalidateEventArgs that contains the event data.