NSTextViewSelectionShouldChange Delegate

Definition

public delegate bool NSTextViewSelectionShouldChange(NSTextView textView, NSValue[] affectedRanges, string[] replacementStrings);
type NSTextViewSelectionShouldChange = delegate of NSTextView * NSValue[] * string[] -> bool

Parameters

textView
NSTextView
affectedRanges
NSValue[]
replacementStrings
String[]

Return Value

Applies to