CalendarDatePickerDateChangedEventArgs 类

定义

提供 DateChanged 事件的事件数据。

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

属性

NewDate

获取 CalendarDatePicker 中当前选择的日期。

OldDate

获取以前在 CalendarDatePicker 中选择的日期。

适用于