| Visual Basic (Declaration) | |
|---|---|
Public Event BeforeAppointmentDrop As dbiDayView.EventBeforeAppointmentDropHandler | |
| C# | |
|---|---|
public event dbiDayView.EventBeforeAppointmentDropHandler BeforeAppointmentDrop | |
The event handler receives an argument of type BeforeAppointmentDropEventArgs containing data related to this event. The following BeforeAppointmentDropEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| AllowDrop | Determines if the appointment can be dropped. |
| Appointment | The dbiAppointmentItem which will be dropped. |
| drgevent | The drag and drop information before an appointment has been dropped. |