Compartir a través de


NSView.Notifications.ObserveFocusedWindowChanged Método

Definición

Sobrecargas

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

ObserveFocusedWindowChanged(EventHandler<NSNotificationEventArgs>)

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

Parámetros

Devoluciones

Se aplica a

ObserveFocusedWindowChanged(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parámetros

objectToObserve
NSObject

Devoluciones

Se aplica a