ComponentOne Scheduler for WPF and Silverlight
SelectedAppointmentChanged Event (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : SelectedAppointmentChanged Event
Occurs when the SelectedAppointment property value has been changed.
Syntax
'Declaration
 
Public Event SelectedAppointmentChanged As System.EventHandler(Of PropertyChangeEventArgsBase)
public event System.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