| C1.Xaml.RichTextBox アセンブリ > C1.Xaml.RichTextBox.Documents 名前空間 > C1TextElement クラス : TextChanged イベント |
'宣言 Public Event TextChanged As System.EventHandler(Of C1TextChangedEventArgs)
public event System.EventHandler<C1TextChangedEventArgs> TextChanged
イベント ハンドラが、このイベントに関連するデータを含む、C1TextChangedEventArgs 型の引数を受け取りました。次の C1TextChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Action | テキストで実行されたアクションを返します。 |
| Range | 変更されたテキストの範囲を返します。 |
| Source | 変更が行われた C1TextElement を返します。 |
| StyleProperty | 変更された StyleProperty を返します。 |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2