Search
AppointmentForm.AppointmentDeleted Property
See Also
 





Gets whether the appointment has been deleted.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf.StandardForms

 Syntax

C#  Copy Code

public bool AppointmentDeleted { get; }

Visual Basic  Copy Code

Public ReadOnly Property AppointmentDeleted As Boolean

 Property Value

true if user deleted Appointment using form's Delete button, or false otherwise.

 See Also