Method OnAfterPaint
OnAfterPaint(PaintEventArgs)
Invoked after the control has completed its painting operations.
protected virtual void OnAfterPaint(PaintEventArgs e)
Parameters
ePaintEventArgsA PaintEventArgs that contains the event data, including the graphics context used for painting.
Remarks
This method is called to allow for additional processing or custom behavior after the control's painting is complete. Derived classes can override this method to implement custom post-painting logic.