NSTextViewDelegate_Extensions.ShouldChangeTextInRanges Method

Definition

public static bool ShouldChangeTextInRanges (this AppKit.INSTextViewDelegate This, AppKit.NSTextView textView, Foundation.NSValue[] affectedRanges, string[] replacementStrings);
static member ShouldChangeTextInRanges : AppKit.INSTextViewDelegate * AppKit.NSTextView * Foundation.NSValue[] * string[] -> bool

Parameters

textView
NSTextView
affectedRanges
NSValue[]
replacementStrings
String[]

Returns

Applies to