共用方式為


NSWindow.Notifications.ObserveDidMove 方法

定義

多載

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

參數

傳回

適用於

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

參數

objectToObserve
NSObject

傳回

適用於