NSDrawer.Notifications.ObserveApplicationDeactivated 方法

定义

重载

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

ObserveApplicationDeactivated(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveApplicationDeactivated(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于