DateTimeEditors for UWP
SelectedDateChanged イベント

C1.UWP.DateTimeEditors アセンブリ > C1.Xaml.DateTimeEditors 名前空間 > C1DatePicker クラス : SelectedDateChanged イベント
SelectedDateプロパティが変更されたときに発生します。
シンタックス
'宣言
 
Public Event SelectedDateChanged As Windows.UI.Xaml.Controls.SelectionChangedEventHandler
public event Windows.UI.Xaml.Controls.SelectionChangedEventHandler SelectedDateChanged
イベント データ

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

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