次の方法で共有


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

戻り値

適用対象