IKImageBrowserDelegate.CellWasRightClicked Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("imageBrowser:cellWasRightClickedAtIndex:withEvent:")]
public virtual void CellWasRightClicked (ImageKit.IKImageBrowserView browser, nint index, AppKit.NSEvent nsevent);
abstract member CellWasRightClicked : ImageKit.IKImageBrowserView * nint * AppKit.NSEvent -> unit
override this.CellWasRightClicked : ImageKit.IKImageBrowserView * nint * AppKit.NSEvent -> unit
Parameters
- browser
- IKImageBrowserView
- index
- System.System.IntPtr System.nativeint
- nsevent
- NSEvent
- Attributes