NSTextViewLink 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 bool NSTextViewLink(NSTextView textView, NSObject link, nuint charIndex);
type NSTextViewLink = delegate of NSTextView * NSObject * nuint -> bool
Parameters
- textView
- NSTextView
- link
- NSObject
- charIndex
- System.System.UIntPtr System.unativeint