NSTextViewDelegate_Extensions.ShouldChangeTextInRange Method

Definition

public static bool ShouldChangeTextInRange (this AppKit.INSTextViewDelegate This, AppKit.NSTextView textView, Foundation.NSRange affectedCharRange, string replacementString);
static member ShouldChangeTextInRange : AppKit.INSTextViewDelegate * AppKit.NSTextView * Foundation.NSRange * string -> bool

Parameters

textView
NSTextView
affectedCharRange
NSRange
replacementString
String

Returns

Applies to