Share via


NSTextViewDelegate_Extensions.ShouldChangeTypingAttributes Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSDictionary ShouldChangeTypingAttributes(this AppKit.INSTextViewDelegate This, AppKit.NSTextView textView, Foundation.NSDictionary oldTypingAttributes, Foundation.NSDictionary newTypingAttributes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldChangeTypingAttributes : AppKit.INSTextViewDelegate * AppKit.NSTextView * Foundation.NSDictionary * Foundation.NSDictionary -> Foundation.NSDictionary

Parameters

textView
NSTextView
oldTypingAttributes
NSDictionary
newTypingAttributes
NSDictionary

Returns

Attributes

Applies to