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

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

Syntax

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

See Also