ArcGIS Pro 2.9 API Reference Guide
OnContextMenuCommand Method (ProNotebookContextMenuHandler)

ArcGIS.Desktop.GeoProcessing.ProNotebook Namespace > ProNotebookContextMenuHandler Class : OnContextMenuCommand Method
Syntax
public bool OnContextMenuCommand( 
   CefSharp.IWebBrowser browserControl,
   CefSharp.IBrowser browser,
   CefSharp.IFrame frame,
   CefSharp.IContextMenuParams parameters,
   CefSharp.CefMenuCommand commandId,
   CefSharp.CefEventFlags eventFlags
)
Public Function OnContextMenuCommand( _
   ByVal browserControl As CefSharp.IWebBrowser, _
   ByVal browser As CefSharp.IBrowser, _
   ByVal frame As CefSharp.IFrame, _
   ByVal parameters As CefSharp.IContextMenuParams, _
   ByVal commandId As CefSharp.CefMenuCommand, _
   ByVal eventFlags As CefSharp.CefEventFlags _
) As Boolean

Parameters

browserControl
browser
frame
parameters
commandId
eventFlags
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ProNotebookContextMenuHandler Class
ProNotebookContextMenuHandler Members