Share via


INSTextViewDelegate.ShouldChangeTextInRange Method

Definition

[Foundation.Export("textView:shouldChangeTextInRange:replacementString:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldChangeTextInRange(AppKit.NSTextView textView, Foundation.NSRange affectedCharRange, string replacementString);
[<Foundation.Export("textView:shouldChangeTextInRange:replacementString:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldChangeTextInRange : AppKit.NSTextView * Foundation.NSRange * string -> bool
override this.ShouldChangeTextInRange : AppKit.NSTextView * Foundation.NSRange * string -> bool

Parameters

textView
NSTextView
affectedCharRange
NSRange
replacementString
String

Returns

Attributes

Applies to