共用方式為


NSApplication.Notifications.ObserveResized 方法

定義

多載

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

ObserveResized(EventHandler<NSNotificationEventArgs>)

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

參數

傳回

適用於

ObserveResized(NSObject, EventHandler<NSNotificationEventArgs>)

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

參數

objectToObserve
NSObject

傳回

適用於