Share via


NSTextViewDelegate.ShouldChangeTextInRanges Method

Definition

[Foundation.Export("textView:shouldChangeTextInRanges:replacementStrings:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldChangeTextInRanges(AppKit.NSTextView textView, Foundation.NSValue[] affectedRanges, string[] replacementStrings);
[<Foundation.Export("textView:shouldChangeTextInRanges:replacementStrings:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Implements

Attributes

Applies to