ModelElement.IsDeleting Property

Definition

Has the element been deleted from the model. (Deleted elements are not immediately destroyed so that the undo command may undo deleting the element.)

public:
 property bool IsDeleting { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsDeleting { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.ComponentModel.Browsable(false)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.IsDeleting : bool
Public ReadOnly Property IsDeleting As Boolean

Property Value

Attributes

Applies to