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