Raises a UserEditingAppointment event.

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

Syntax

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

See Also