Occurs when user closes Edit Appointment dialog without saving.

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

Syntax

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

Remarks

AppointmentActionEventArgs.Handled property doesn't make sense for this event.

See Also