ComponentOne Scheduler for WinForms
SelectedAppointmentsChanged Event (C1Schedule)

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : SelectedAppointmentsChanged Event
Occurs when the list of selected appointments is changed.
Syntax
'Declaration
 
Public Event SelectedAppointmentsChanged As System.EventHandler(Of SelectedAppointmentsChangedEventArgs)
public event System.EventHandler<SelectedAppointmentsChangedEventArgs> SelectedAppointmentsChanged
Event Data

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

PropertyDescription
Gets the C1.C1Schedule.AppointmentList object representing currently selected appointments. This value can be null if there is no selected appointment.  
See Also