MindFusion.Wpf Pack Programmer's Guide
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

AppointmentForm Members
AppointmentForm Class
MindFusion.Scheduling.Wpf Namespace