Class JavascriptDialogClosedEventArgs
JavascriptDialogClosed
public sealed class JavascriptDialogClosedEventArgs : EventArgs
- Inheritance
-
JavascriptDialogClosedEventArgs
- Inherited Members
Properties
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
Result
Gets or sets the result
[JsonPropertyName("result")]
public bool Result { get; set; }
Property Value
UserInput
Gets or sets the userInput
[JsonPropertyName("userInput")]
public string UserInput { get; set; }