FedCmClientDialogShown Event |
Version 130.1.90
DialogShown
Namespace: CefSharp.DevTools.FedCmAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<DialogShownEventArgs> DialogShown
public:
event EventHandler<DialogShownEventArgs^>^ DialogShown {
void add (EventHandler<DialogShownEventArgs^>^ value);
void remove (EventHandler<DialogShownEventArgs^>^ value);
}
Value
EventHandlerDialogShownEventArgsSee Also