Click or drag to resize

IJsDialogCallbackContinue Method (Boolean)

Version 79.1.350
Continue the Javascript dialog request.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 76.1.90.0 (76.1.90.0)
Syntax
void Continue(
	bool success
)

Parameters

success
Type: SystemBoolean
Set to true if the OK button was pressed.
See Also