JavascriptDialogOpeningEventArgsType Property |
Version 102.0.100
Dialog type.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntaxpublic DialogType Type { get; set; }
public:
property DialogType Type {
DialogType get ();
void set (DialogType value);
}
Property Value
Type:
DialogType
See Also