NSTextViewLink Delegate

Definition

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

Return Value

Applies to