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