Condividi tramite


UITextView.Notifications Classe

Definizione

Notifica pubblicata dalla UITextView classe .

public static class UITextView.Notifications
type UITextView.Notifications = class
Ereditarietà
UITextView.Notifications

Commenti

Si tratta di una classe statica che contiene vari metodi helper che consentono agli sviluppatori di osservare gli eventi pubblicati nell'hub di notifica iOS (NSNotificationCenter).

I metodi definiti in questa classe post eventi richiamano il metodo specificato o lambda con un NSNotificationEventArgs parametro che contiene proprietà fortemente tipizzata per gli argomenti di notifica.

Metodi

ObserveCurrentInputModeDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la CurrentInputModeDidChangeNotification costante.

ObserveCurrentInputModeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la CurrentInputModeDidChangeNotification costante.

ObserveTextDidBeginEditing(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la TextDidBeginEditingNotification costante.

ObserveTextDidBeginEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la TextDidBeginEditingNotification costante.

ObserveTextDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la TextDidChangeNotification costante.

ObserveTextDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la TextDidChangeNotification costante.

ObserveTextDidEndEditing(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la TextDidEndEditingNotification costante.

ObserveTextDidEndEditing(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la TextDidEndEditingNotification costante.

Si applica a