'宣言 Public Event SelectionChanged As System.EventHandler(Of SelectionChangedEventArgs(Of Integer))
public event System.EventHandler<SelectionChangedEventArgs<int>> SelectionChanged
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、C1.WPF.Core.SelectionChangedEventArgs<T> 型の引数を受け取りました。次の SelectionChangedEventArgs<T> プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
AddedItems | Gets a collection which contains the items that were selected. |
RemovedItems | Gets a collection which contains the items that were unselected. |
参照