次の方法で共有


NSDrawer.Notifications.ObserveWindowMoved メソッド

定義

オーバーロード

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

ObserveWindowMoved(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveWindowMoved(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象