| Visual Basic (Declaration) | |
|---|---|
Public Event BeforeAppointmentSelect As dbiDayView.EventBeforeAppointmentSelectHandler | |
| C# | |
|---|---|
public event dbiDayView.EventBeforeAppointmentSelectHandler BeforeAppointmentSelect | |
The event handler receives an argument of type BeforeAppointmentSelectEventArgs containing data related to this event. The following BeforeAppointmentSelectEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| AllowSelect | Determines if the appointment can be selected. |
| Appointment | The dbiAppointmentItem that will be selected. |
| Index | The zero-based index of the appointment to be selected. |