Share via


NSTextViewDelegate.ShouldChangeTypingAttributes Method

Definition

[Foundation.Export("textView:shouldChangeTypingAttributes:toAttributes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary ShouldChangeTypingAttributes(AppKit.NSTextView textView, Foundation.NSDictionary oldTypingAttributes, Foundation.NSDictionary newTypingAttributes);
[<Foundation.Export("textView:shouldChangeTypingAttributes:toAttributes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldChangeTypingAttributes : AppKit.NSTextView * Foundation.NSDictionary * Foundation.NSDictionary -> Foundation.NSDictionary
override this.ShouldChangeTypingAttributes : AppKit.NSTextView * Foundation.NSDictionary * Foundation.NSDictionary -> Foundation.NSDictionary

Parameters

textView
NSTextView
oldTypingAttributes
NSDictionary
newTypingAttributes
NSDictionary

Returns

Implements

Attributes

Applies to