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

返回

适用于