Basic Library for WinRT
SelectedDateChanged Event

Fires when the SelectedDate property changes.
Syntax
'Declaration
 
Public Event SelectedDateChanged As System.EventHandler(Of NullablePropertyChangedEventArgs(Of Date))
public event System.EventHandler<NullablePropertyChangedEventArgs<DateTime>> SelectedDateChanged
Event Data

The event handler receives an argument of type NullablePropertyChangedEventArgs<T> containing data related to this event. The following NullablePropertyChangedEventArgs<T> properties provide information specific to this event.

PropertyDescription
NewValueThe value of the property after the change. (Inherited from C1.Xaml.PropertyChangedEventArgs<Nullable<T>>)
OldValueThe value of the property before the change. (Inherited from C1.Xaml.PropertyChangedEventArgs<Nullable<T>>)
See Also

Reference

C1DateTimeSelector Class
C1DateTimeSelector Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback