共用方式為


NSApplication.Notifications.ObserveDidUpdate 方法

定義

多載

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

ObserveDidUpdate(EventHandler<NSNotificationEventArgs>)

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

參數

傳回

適用於

ObserveDidUpdate(NSObject, EventHandler<NSNotificationEventArgs>)

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

參數

objectToObserve
NSObject

傳回

適用於