Compartir a través de


NSView.Notifications.ObserveGlobalFrameChanged Método

Definición

Sobrecargas

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

ObserveGlobalFrameChanged(EventHandler<NSNotificationEventArgs>)

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

Parámetros

Devoluciones

Se aplica a

ObserveGlobalFrameChanged(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parámetros

objectToObserve
NSObject

Devoluciones

Se aplica a