| Visual Basic (Declaration) | |
|---|---|
Public Event AppointmentMouseOver As dbiDayView.EventAppointmentMouseOverHandler | |
| C# | |
|---|---|
public event dbiDayView.EventAppointmentMouseOverHandler AppointmentMouseOver | |
The event handler receives an argument of type AppointmentMouseOverEventArgs containing data related to this event. The following AppointmentMouseOverEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Appointment | The dbiAppointmentItem that the mouse is currently over. |
| Index | The zero-based index of the appointment which has just been moused over. |