Condividi tramite


NSWindow.Notifications.ObserveDidBecomeKey Metodo

Definizione

Overload

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

ObserveDidBecomeKey(EventHandler<NSNotificationEventArgs>)

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

Parametri

Restituisce

Si applica a

ObserveDidBecomeKey(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parametri

objectToObserve
NSObject

Restituisce

Si applica a