次の方法で共有


NSWorkspace.Notifications.ObserveDidWake メソッド

定義

オーバーロード

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

ObserveDidWake(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveDidWake(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象