Compartir a través de


NSWindow.Notifications.ObserveDidMove Método

Definición

Sobrecargas

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

ObserveDidMove(EventHandler<NSNotificationEventArgs>)

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

Parámetros

Devoluciones

Se aplica a

ObserveDidMove(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parámetros

objectToObserve
NSObject

Devoluciones

Se aplica a