Occurs before an Appointment is saved by end-user.

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

Syntax

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

See Also