ElementDeletedEventArgs.ModelElement 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.
The deleted ModelElement
public:
virtual property Microsoft::VisualStudio::Modeling::ModelElement ^ ModelElement { Microsoft::VisualStudio::Modeling::ModelElement ^ get(); };
public override Microsoft.VisualStudio.Modeling.ModelElement ModelElement { get; }
member this.ModelElement : Microsoft.VisualStudio.Modeling.ModelElement
Public Overrides ReadOnly Property ModelElement As ModelElement