Compartir a través de


UITextView.Notifications Clase

Definición

Notificación publicada por la UITextView clase .

public static class UITextView.Notifications
type UITextView.Notifications = class
Herencia
UITextView.Notifications

Comentarios

Se trata de una clase estática que contiene varios métodos auxiliares que permiten a los desarrolladores observar eventos publicados en el centro de notificaciones de iOS (NSNotificationCenter).

Los métodos definidos en esta clase publican eventos invocan el método proporcionado o lambda con un NSNotificationEventArgs parámetro que contiene propiedades fuertemente tipadas para los argumentos de notificación.

Métodos

ObserveCurrentInputModeDidChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la CurrentInputModeDidChangeNotification constante.

ObserveCurrentInputModeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la CurrentInputModeDidChangeNotification constante.

ObserveTextDidBeginEditing(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la TextDidBeginEditingNotification constante.

ObserveTextDidBeginEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la TextDidBeginEditingNotification constante.

ObserveTextDidChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la TextDidChangeNotification constante.

ObserveTextDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la TextDidChangeNotification constante.

ObserveTextDidEndEditing(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la TextDidEndEditingNotification constante.

ObserveTextDidEndEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la TextDidEndEditingNotification constante.

Se aplica a