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

In This Topic
    SelectedAppointmentChanged Event
    In This Topic
    Occurs when the SelectedAppointment property value has been changed.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1Scheduler.SelectedAppointmentChanged", "Occurs when the SelectedAppointment property value has been changed.")>
    <C1CategoryAttribute("Selection")>
    Public Event SelectedAppointmentChanged As EventHandler(Of PropertyChangeEventArgsBase)
    [C1Description("C1Scheduler.SelectedAppointmentChanged", "Occurs when the SelectedAppointment property value has been changed.")]
    [C1Category("Selection")]
    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 Windows.UI.Xaml.RoutedEventArgs)
    Gets a Windows.UI.Xaml.DependencyProperty object.  
    See Also