FedCmClientDialogClosed Event |
Version 130.1.90
Triggered when a dialog is closed, either by user action, JS abort,
or a command below.
Namespace: CefSharp.DevTools.FedCmAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<DialogClosedEventArgs> DialogClosed
public:
event EventHandler<DialogClosedEventArgs^>^ DialogClosed {
void add (EventHandler<DialogClosedEventArgs^>^ value);
void remove (EventHandler<DialogClosedEventArgs^>^ value);
}
Value
EventHandlerDialogClosedEventArgsSee Also