NSSliderAccessory.Notifications.ObserveSelectedTextChanged Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- handler
- EventHandler<NSNotificationEventArgs>
Devoluciones
Se aplica a
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
Parámetros
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>