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