Calendar for WinRT
SelectedDateChanged Event

Occurs when the SelectedDate property value has been changed.
Syntax
'Declaration
 
Public Event SelectedDateChanged As System.EventHandler(Of DateChangedEventArgs)
public event System.EventHandler<DateChangedEventArgs> SelectedDateChanged
Event Data

The event handler receives an argument of type DateChangedEventArgs containing data related to this event. The following DateChangedEventArgs properties provide information specific to this event.

PropertyDescription
NewValueGets a new property value.  
OldValueGets an old property value.  
See Also

Reference

C1Calendar Class
C1Calendar Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback