| IRunContextMenuCallbackContinue Method  | 
Version 103.0.120 
            Complete context menu display by selecting the specified commandId and eventFlags;
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
 Syntax
Syntaxvoid Continue(
	CefMenuCommand commandId,
	CefEventFlags eventFlags
)
void Continue(
	CefMenuCommand commandId, 
	CefEventFlags eventFlags
)
Parameters
- commandId
- Type: CefSharpCefMenuCommand
 the command Id
- eventFlags
- Type: CefSharpCefEventFlags
 the event flags
 See Also
See Also