NSApplication.Notifications.ObserveWillResignActive 方法

定义

重载

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

ObserveWillResignActive(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveWillResignActive(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于