SelectedShapesCollection::OnSelectionChangedByDeletion Method (DiagramItemEventArgs^)

 

Raises the SelectionChangedByDeletion event.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void OnSelectionChangedByDeletion(
	DiagramItemEventArgs^ e
)

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItemEventArgs^

The DiagramItemEventArgs that contains the DiagramItem which refers to a ModelElement that has been deleted.

Return to top
Show: