共用方式為


NSView.Notifications.ObserveBoundsChanged 方法

定義

多載

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

ObserveBoundsChanged(EventHandler<NSNotificationEventArgs>)

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

參數

傳回

適用於

ObserveBoundsChanged(NSObject, EventHandler<NSNotificationEventArgs>)

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

參數

objectToObserve
NSObject

傳回

適用於