Table of Contents

Method OnAfterPaint

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnAfterPaint(PaintEventArgs)

Invoked after the control has completed its painting operations.

protected virtual void OnAfterPaint(PaintEventArgs e)

Parameters

e PaintEventArgs

A 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.