Method AfterPaint
AfterPaint(Control, PaintEventArgs)
Called after the control is redrawn. See Paint for details.
void AfterPaint(Control sender, PaintEventArgs e)
Parameters
sender
ControlControl which sends the notification.
e
PaintEventArgsAn PaintEventArgs that contains the event data.