MindFusion.Wpf Pack Programmer's Guide
RecurrenceForm.IsAppointmentDeleted Property
See Also
 





Gets a value indicating whether the user has deleted the edited appointment through the button in the form's toolbar.

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

 Syntax

C#  Copy Code

public bool IsAppointmentDeleted { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsAppointmentDeleted As Boolean

 Property Value

true if the user clicked the Delete button on the form; otherwise, false.

 See Also

RecurrenceForm Members
RecurrenceForm Class
MindFusion.Scheduling.Wpf Namespace