NSWorkspace.Notifications.ObserveScreensDidWake Method

Definition

Overloads

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

ObserveScreensDidWake(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parameters

objectToObserve
NSObject

Returns

Applies to

ObserveScreensDidWake(EventHandler<NSNotificationEventArgs>)

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

Parameters

Returns

Applies to