'宣言 Public Event SelectedDateChanged As Microsoft.UI.Xaml.Controls.SelectionChangedEventHandler
public event Microsoft.UI.Xaml.Controls.SelectionChangedEventHandler SelectedDateChanged
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、Microsoft.UI.Xaml.Controls.SelectionChangedEventArgs 型の引数を受け取りました。次の SelectionChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| AddedItems | Gets a list that contains the items that were selected. |
| OriginalSource | Microsoft.UI.Xaml.RoutedEventArgsから継承されます。 |
| RemovedItems | Gets a list that contains the items that were unselected. |
参照