CefReturnValue Enumeration |
Version 130.1.90
Return value types.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public enum CefReturnValue
public enum class CefReturnValue
Members Member name | Value | Description |
---|
Cancel | 0 |
Cancel immediately.
|
Continue | 1 |
Continue immediately.
|
ContinueAsync | 2 |
Continue asynchronously (usually via a callback).
|
See Also