WebView2.OnPaint(PaintEventArgs) Method

Definition

Overrides the base OnPaint event to have custom actions in designer mode

protected override void OnPaint (System.Windows.Forms.PaintEventArgs e);
override this.OnPaint : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPaint (e As PaintEventArgs)

Parameters

e
PaintEventArgs

The graphics devices which is the source

Applies to