Diagram.DiagramRemoved Event
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.
Event sink to signal when this instance of Microsoft.VisualStudio.Modeling.Diagrams.Diagram has been removed
public:
event EventHandler<Microsoft::VisualStudio::Modeling::ElementDeletedEventArgs ^> ^ DiagramRemoved;
public event EventHandler<Microsoft.VisualStudio.Modeling.ElementDeletedEventArgs> DiagramRemoved;
member this.DiagramRemoved : EventHandler<Microsoft.VisualStudio.Modeling.ElementDeletedEventArgs>
Public Custom Event DiagramRemoved As EventHandler(Of ElementDeletedEventArgs)