NSDrawer.Notifications.ObserveValueChanged Method

Definition

Overloads

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

Parameters

Returns

Applies to

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

Parameters

objectToObserve
NSObject

Returns

Applies to