共用方式為


NSWindow.Notifications.ObserveDidEndLiveResize 方法

定義

多載

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

參數

傳回

適用於

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

參數

objectToObserve
NSObject

傳回

適用於