NSWindow.Notifications.ObserveDidResignKey 方法

定义

重载

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

ObserveDidResignKey(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveDidResignKey(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于