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