FedCmClientDialogShown Event |
Version 113.3.50
DialogShown
Namespace:
CefSharp.DevTools.FedCm
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.0
Syntax public event EventHandler<DialogShownEventArgs> DialogShown
public:
event EventHandler<DialogShownEventArgs^>^ DialogShown {
void add (EventHandler<DialogShownEventArgs^>^ value);
void remove (EventHandler<DialogShownEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerDialogShownEventArgsSee Also