NSTextViewChangeText Delegate

Definition

public delegate bool NSTextViewChangeText(NSTextView textView, NSRange affectedCharRange, string replacementString);
type NSTextViewChangeText = delegate of NSTextView * NSRange * string -> bool

Parameters

textView
NSTextView
affectedCharRange
NSRange
replacementString
String

Return Value

Applies to