NSMenu.Notifications.ObserveSelectedTextChanged Method

Definition

Overloads

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

ObserveSelectedTextChanged(EventHandler<NSNotificationEventArgs>)

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

Parameters

Returns

Applies to

ObserveSelectedTextChanged(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parameters

objectToObserve
NSObject

Returns

Applies to