次の方法で共有


NSWorkspace.Notifications.ObserveWillSleep メソッド

定義

オーバーロード

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

ObserveWillSleep(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveWillSleep(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象