NSWindow.Notifications.ObserveDidExitFullScreen Method

Definition

Overloads

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

ObserveDidExitFullScreen(EventHandler<NSNotificationEventArgs>)

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

Parameters

Returns

Applies to

ObserveDidExitFullScreen(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parameters

objectToObserve
NSObject

Returns

Applies to