CoreWebView2InitializationCompletedEventArgs Class
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.
Event args for the CoreWebView2InitializationCompleted event.
public class CoreWebView2InitializationCompletedEventArgs : EventArgs
type CoreWebView2InitializationCompletedEventArgs = class
inherit EventArgs
Public Class CoreWebView2InitializationCompletedEventArgs
Inherits EventArgs
- Inheritance
-
CoreWebView2InitializationCompletedEventArgs
Core |
Initializes a new instance of the CoreWebView2InitializationCompletedEventArgs class. |
Initialization |
The exception thrown from the init task. If the task completed successfully, this property is null. |
Is |
True if the init task completed successfully. |