WebView2.EndInit Method

Definition

Implementation of the ISupportInitialize pattern. Invokes any functionality that has been delayed since the corresponding call to BeginInit(). Mainly intended for use by interactive UI designers.

public override void EndInit ();
override this.EndInit : unit -> unit
Public Overrides Sub EndInit ()

Implements

Remarks

See the documentation of BeginInit() for more information.

Applies to