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