次の方法で共有


NSWorkspace.Notifications.ObserveActiveSpaceDidChange メソッド

定義

オーバーロード

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

ObserveActiveSpaceDidChange(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveActiveSpaceDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象