NSView.Notifications.ObserveValueChanged Método

Definição

Sobrecargas

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

ObserveValueChanged(EventHandler<NSNotificationEventArgs>)

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

Parâmetros

Retornos

Aplica-se a

ObserveValueChanged(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parâmetros

objectToObserve
NSObject

Retornos

Aplica-se a