共用方式為


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

傳回

適用於