ModelElement.IsDeleting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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