Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CalendarBase Class / SelectedDateChanged Event

In This Topic
    SelectedDateChanged Event (CalendarBase)
    In This Topic
    Occurs when the SelectedDate property value has been changed.
    Syntax
    'Declaration
     
    
    Public Event SelectedDateChanged As EventHandler(Of DateTimePropertyChangeEventArgs)
    public event EventHandler<DateTimePropertyChangeEventArgs> SelectedDateChanged
    Event Data

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

    PropertyDescription
    (Inherited from System.Windows.RoutedEventArgs)
    Gets a new property value.  
    Gets an old property value.  
    (Inherited from System.Windows.RoutedEventArgs)
    Gets a System.Windows.DependencyProperty object. (Inherited from C1.WPF.Schedule.PropertyChangeEventArgsBase)
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    See Also