DatePickerValueChangedEventArgs クラス

定義

DatePicker.DateChanged イベントのイベント データを提供します。

public ref class DatePickerValueChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DatePickerValueChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DatePickerValueChangedEventArgs
Public NotInheritable Class DatePickerValueChangedEventArgs
継承
Object Platform::Object IInspectable DatePickerValueChangedEventArgs
属性

プロパティ

NewDate

ピッカーで選択された新しい日付を取得します。

OldDate

ピッカーで以前に選択した日付を取得します。

適用対象