IJsDialogCallbackContinue Method (Boolean) |
Version 75.1.140
Continue the Javascript dialog request.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax void Continue(
bool success
)
void Continue(
bool success
)
Parameters
- success
- Type: SystemBoolean
Set to true if the OK button was pressed.
See Also