共用方式為


UITextView.Notifications 類別

定義

類別所張貼的 UITextView 通知。

public static class UITextView.Notifications
type UITextView.Notifications = class
繼承
UITextView.Notifications

備註

這是靜態類別,其中包含各種協助程式方法,可讓開發人員觀察張貼在 iOS 通知中樞的事件 (NSNotificationCenter) 。

這個類別中定義的方法會在事件後叫用提供的 方法或 Lambda,其中包含 NSNotificationEventArgs 通知引數的強型別屬性。

方法

ObserveCurrentInputModeDidChange(EventHandler<NSNotificationEventArgs>)

常數的 CurrentInputModeDidChangeNotification 強型別通知。

ObserveCurrentInputModeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 CurrentInputModeDidChangeNotification 強型別通知。

ObserveTextDidBeginEditing(EventHandler<NSNotificationEventArgs>)

常數的 TextDidBeginEditingNotification 強型別通知。

ObserveTextDidBeginEditing(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 TextDidBeginEditingNotification 強型別通知。

ObserveTextDidChange(EventHandler<NSNotificationEventArgs>)

常數的 TextDidChangeNotification 強型別通知。

ObserveTextDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 TextDidChangeNotification 強型別通知。

ObserveTextDidEndEditing(EventHandler<NSNotificationEventArgs>)

常數的 TextDidEndEditingNotification 強型別通知。

ObserveTextDidEndEditing(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 TextDidEndEditingNotification 強型別通知。

適用於