ComponentOne Studio for WinRT XAML
SelectionChanged イベント (C1TreeView)

現在の選択範囲が変更されたときに発生します。
構文
'宣言
 
Public Event SelectionChanged As Windows.UI.Xaml.Controls.SelectionChangedEventHandler
public event Windows.UI.Xaml.Controls.SelectionChangedEventHandler SelectionChanged
イベント データ

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

プロパティ解説
AddedItems Gets a list that contains the items that were selected.
OriginalSourceWindows.UI.Xaml.RoutedEventArgsから継承されます。  
RemovedItems Gets a list that contains the items that were unselected.
参照

C1TreeView クラス
C1TreeView メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.