Class WindowOpenEventArgs
WindowOpen
public sealed class WindowOpenEventArgs : EventArgs
- Inheritance
-
WindowOpenEventArgs
- Inherited Members
Properties
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }
Property Value
UserGesture
Gets or sets the userGesture
[JsonPropertyName("userGesture")]
public bool UserGesture { get; set; }
Property Value
WindowFeatures
Gets or sets the windowFeatures
[JsonPropertyName("windowFeatures")]
public string[] WindowFeatures { get; set; }
Property Value
- string[]
WindowName
Gets or sets the windowName
[JsonPropertyName("windowName")]
public string WindowName { get; set; }