Partager via


NSWindow.Notifications.ObserveDidResignKey Méthode

Définition

Surcharges

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

Paramètres

Retours

S’applique à

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

Paramètres

objectToObserve
NSObject

Retours

S’applique à