NSView.Notifications.ObserveBoundsChanged Método

Definição

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

Retornos

Aplica-se 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

Retornos

Aplica-se a