| Visual Basic (Declaration) | |
|---|---|
Public Event AfterAppointmentUnSelect As dbiDayView.EventAfterAppointmentUnSelectHandler | |
| C# | |
|---|---|
public event dbiDayView.EventAfterAppointmentUnSelectHandler AfterAppointmentUnSelect | |
The event handler receives an argument of type AfterAppointmentUnSelectEventArgs containing data related to this event. The following AfterAppointmentUnSelectEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Appointment | The dbiAppointmentItem that was unselected. |
| Index | Gets or sets the zero-based index of the appointment which has just been unselected. |