Raises a BeforeAppointmentResize event.

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

Syntax

C#
protected virtual void OnBeforeAppointmentResize(
	AppointmentActionEventArgs e
)
Visual Basic
Protected Overridable Sub OnBeforeAppointmentResize ( _
	e As AppointmentActionEventArgs _
)

See Also