NSWindow.Notifications.ObserveDidResignKey Method

Definition

Overloads

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

Parameters

Returns

Applies to

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

Parameters

objectToObserve
NSObject

Returns

Applies to