NSWindow.Notifications.ObserveDidEndLiveResize Method

Definition

Overloads

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

ObserveDidEndLiveResize(EventHandler<NSNotificationEventArgs>)

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

Parameters

Returns

Applies to

ObserveDidEndLiveResize(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parameters

objectToObserve
NSObject

Returns

Applies to