IWebView2.EndInit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.