ContextMenuHandlerOnContextMenuDismissed Method  | 
Version 104.4.240 
            Called when the context menu is dismissed irregardless of whether the menu
            was canceled or a command was selected.
            
 
    Namespace: 
   CefSharp.Handler
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxprotected virtual void OnContextMenuDismissed(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	IFrame frame
)
protected:
virtual void OnContextMenuDismissed(
	IWebBrowser^ chromiumWebBrowser, 
	IBrowser^ browser, 
	IFrame^ frame
)
Parameters
- chromiumWebBrowser
 - Type: CefSharpIWebBrowser
the ChromiumWebBrowser control - browser
 - Type: CefSharpIBrowser
the browser object - frame
 - Type: CefSharpIFrame
The frame the request is coming from 
See Also