NSView.Notifications.ObserveBoundsChanged Method

Definition

Overloads

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

Parameters

Returns

Applies to

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

Parameters

objectToObserve
NSObject

Returns

Applies to