FedCmClientDialogShown Event |
Version 118.6.80
DialogShown
Namespace:
CefSharp.DevTools.FedCm
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.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