共用方式為


NSTextView.Notifications.ObserveDidChangeTypingAttributes 方法

定義

多載

ObserveDidChangeTypingAttributes(EventHandler<NSNotificationEventArgs>)
ObserveDidChangeTypingAttributes(NSObject, EventHandler<NSNotificationEventArgs>)

ObserveDidChangeTypingAttributes(EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveDidChangeTypingAttributes (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveDidChangeTypingAttributes : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

參數

傳回

適用於

ObserveDidChangeTypingAttributes(NSObject, EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveDidChangeTypingAttributes (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveDidChangeTypingAttributes : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

參數

objectToObserve
NSObject

傳回

適用於