Occurs before an Appointment object is dropped by end-user.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public event EventHandler<AppointmentActionEventArgs> BeforeAppointmentDrop
Visual Basic
Public Event BeforeAppointmentDrop As EventHandler(Of AppointmentActionEventArgs)

See Also