NSScreen.Notifications.ObserveColorSpaceDidChange 方法

定义

重载

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

ObserveColorSpaceDidChange(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveColorSpaceDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于