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
SyntaxC#
Copy Code
|
|---|
public bool IsAppointmentDeleted { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsAppointmentDeleted As Boolean |
true if the user clicked the Delete button on the form; otherwise, false.
See Also