| Visual Basic (Declaration) | |
|---|---|
Public Event AfterAppointmentDrop As dbiDayView.EventAfterAppointmentDropHandler | |
| C# | |
|---|---|
public event dbiDayView.EventAfterAppointmentDropHandler AfterAppointmentDrop | |
The event handler receives an argument of type AfterAppointmentDropEventArgs containing data related to this event. The following AfterAppointmentDropEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| drgevent | Gets or sets the drag and drop information after an appointment has been dropped. |