次の方法で共有


NSText.Notifications.ObserveDidChange メソッド

定義

オーバーロード

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

ObserveDidChange(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象