Compartir a través de


NSView.Notifications.ObserveBoundsChanged Método

Definición

Sobrecargas

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

Parámetros

Devoluciones

Se aplica a

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

Parámetros

objectToObserve
NSObject

Devoluciones

Se aplica a