편집

다음을 통해 공유


NSWindow.Notifications.ObserveDidResize Method

Definition

Overloads

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

ObserveDidResize(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parameters

objectToObserve
NSObject

Returns

Applies to

ObserveDidResize(EventHandler<NSNotificationEventArgs>)

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

Parameters

Returns

Applies to