MonobjcMonobjc Documented Class Library
TextViewShouldChangeTypingAttributesToAttributes Method (textView, oldTypingAttributes, newTypingAttributes)
NamespacesMonobjc.AppKitNSTableViewTextViewShouldChangeTypingAttributesToAttributes(NSTextView, NSDictionary, NSDictionary)

Sent when the typing attributes are changed.

Original signature is '- (NSDictionary *)textView:(NSTextView *)textView shouldChangeTypingAttributes:(NSDictionary *)oldTypingAttributes toAttributes:(NSDictionary *)newTypingAttributes'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary TextViewShouldChangeTypingAttributesToAttributes(
	NSTextView textView,
	NSDictionary oldTypingAttributes,
	NSDictionary newTypingAttributes
)
Public Overridable Function TextViewShouldChangeTypingAttributesToAttributes ( _
	textView As NSTextView, _
	oldTypingAttributes As NSDictionary, _
	newTypingAttributes As NSDictionary _
) As NSDictionary
public:
virtual NSDictionary^ TextViewShouldChangeTypingAttributesToAttributes(
	NSTextView^ textView, 
	NSDictionary^ oldTypingAttributes, 
	NSDictionary^ newTypingAttributes
)
Parameters
textView (NSTextView)
The text view sending the message.
oldTypingAttributes (NSDictionary)
The old typing attributes.
newTypingAttributes (NSDictionary)
The proposed typing attributes.
Return Value
The actual new typing attributes.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)