Table of Contents

Method RaiseAfterPaint

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

RaiseAfterPaint(PaintEventArgs)

Raises the AfterPaint event and invokes the OnAfterPaint method.

protected void RaiseAfterPaint(PaintEventArgs e)

Parameters

e PaintEventArgs

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