WebViewInitializedEventArgs 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 arguments for the WebViewInitialized event.
public ref class WebViewInitializedEventArgs : EventArgs
public class WebViewInitializedEventArgs : EventArgs
type WebViewInitializedEventArgs = class
inherit EventArgs
Public Class WebViewInitializedEventArgs
Inherits EventArgs
- Inheritance
-
WebViewInitializedEventArgs
Constructors
| WebViewInitializedEventArgs(PlatformWebViewInitializedEventArgs) |
Initializes a new instance of the WebViewInitializedEventArgs class with the specified platform-specific arguments. |
Properties
| PlatformArgs |
Gets the platform-specific event arguments. |