Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / SelectedAppointmentChanged Event

In This Topic
    SelectedAppointmentChanged Event (C1Scheduler)
    In This Topic
    Occurs when the C1Scheduler.SelectedAppointment property value has been changed.
    Syntax
    'Declaration
     
    
    Public Event SelectedAppointmentChanged As EventHandler(Of PropertyChangeEventArgsBase)
    public event EventHandler<PropertyChangeEventArgsBase> SelectedAppointmentChanged
    Event Data

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

    PropertyDescription
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    Gets a System.Windows.DependencyProperty object.  
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    See Also