NSWindow.Notifications.ObserveWillMiniaturize Method

Definition

Overloads

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

ObserveWillMiniaturize(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parameters

objectToObserve
NSObject

Returns

Applies to

ObserveWillMiniaturize(EventHandler<NSNotificationEventArgs>)

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

Parameters

Returns

Applies to