Condividi tramite


NSApplication.Notifications.ObserveWillBecomeActive Metodo

Definizione

Overload

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

ObserveWillBecomeActive(EventHandler<NSNotificationEventArgs>)

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

Parametri

Restituisce

Si applica a

ObserveWillBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parametri

objectToObserve
NSObject

Restituisce

Si applica a