Method RaiseAfterPaint
RaiseAfterPaint(PaintEventArgs)
Raises the AfterPaint event and invokes the OnAfterPaint method.
protected void RaiseAfterPaint(PaintEventArgs e)
Parameters
ePaintEventArgsA PaintEventArgs that contains the event data.
Remarks
This method is called to notify subscribers that the painting operation
has completed. It first calls the OnAfterPaint method,
allowing derived classes to handle the event, and then raises
the AfterPaint event.