NSTextViewDelegate.ShouldChangeTextInRanges Method

Definition

[Foundation.Export("textView:shouldChangeTextInRanges:replacementStrings:")]
public virtual bool ShouldChangeTextInRanges (AppKit.NSTextView textView, Foundation.NSValue[] affectedRanges, string[] replacementStrings);
abstract member ShouldChangeTextInRanges : AppKit.NSTextView * Foundation.NSValue[] * string[] -> bool
override this.ShouldChangeTextInRanges : AppKit.NSTextView * Foundation.NSValue[] * string[] -> bool

Parameters

textView
NSTextView
affectedRanges
NSValue[]
replacementStrings
String[]

Returns

Attributes

Applies to