IWebView2.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 void EndInit ();
abstract member EndInit : unit -> unit
Public Sub EndInit ()

Remarks

See the documentation of BeginInit() for more information.

Applies to