RichTextBox for WPF
SelectionChanged イベント (C1RichTextBoxRibbon)

C1.WPF.RichTextBox.Ribbon アセンブリ > C1.WPF.RichTextBox.Ribbon 名前空間 > C1RichTextBoxRibbon クラス : SelectionChanged イベント
シンタックス
'宣言
 
Public Event SelectionChanged As System.Windows.Controls.SelectionChangedEventHandler
public event System.Windows.Controls.SelectionChangedEventHandler SelectionChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Controls.SelectionChangedEventArgs 型の引数を受け取りました。次の SelectionChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets a list that contains the items that were selected.  
Gets a list that contains the items that were unselected.  
参照