NSTextViewEventMenu Delegate
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.
public delegate AppKit.NSMenu NSTextViewEventMenu(NSTextView view, NSMenu menu, NSEvent theEvent, nuint charIndex);
type NSTextViewEventMenu = delegate of NSTextView * NSMenu * NSEvent * nuint -> NSMenu
Parameters
- view
- NSTextView
- menu
- NSMenu
- theEvent
- NSEvent
- charIndex
- System.System.UIntPtr System.unativeint