NSTextViewDelegate_Extensions.ShouldChangeTextInRange 方法

定义

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

参数

textView
NSTextView
affectedCharRange
NSRange
replacementString
String

返回

适用于