Partager via


NSWindow.Notifications.ObserveDidMove Méthode

Définition

Surcharges

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

Paramètres

Retours

S’applique à

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

Paramètres

objectToObserve
NSObject

Retours

S’applique à