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