Partager via


WebBrowserExtended.OnPaint(Object, PaintEventArgs) Method

Definition

Called when [paint].

protected:
 void OnPaint(System::Object ^ sender, System::Windows::Forms::PaintEventArgs ^ e);
protected void OnPaint (object sender, System.Windows.Forms.PaintEventArgs e);
override this.OnPaint : obj * System.Windows.Forms.PaintEventArgs -> unit
Protected Sub OnPaint (sender As Object, e As PaintEventArgs)

Parameters

sender
Object

Specifeis the sender.

e
PaintEventArgs

Specifies the PaintEventArgs instance containing the event data.

Applies to