'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.
Property | Description |
---|---|
Appointments | Gets the C1.C1Schedule.AppointmentList object representing currently selected appointments. This value can be null if there is no selected appointment. |
See Also