ModelElement::IsDeleting Property
Visual Studio 2015
Gets the IsDeleting flag and verifies whether the element is currently being deleted from the model.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Property Value
Type: System::Booleantrue if the element is being deleted from the model; otherwise, false.
Deleted elements are not immediately destroyed. This enables the undo command to undo the deletion.
Show: