Gets whether the appointment has been deleted.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf.StandardForms
SyntaxC#
Copy Code
|
|---|
public bool AppointmentDeleted { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property AppointmentDeleted As Boolean |
true if user deleted Appointment using form's Delete button, or false otherwise.
See Also