SelectedShapesCollection.OnSelectionChangedByDeletion Method
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.
Raises the SelectionChangedByDeletion event.
protected:
virtual void OnSelectionChangedByDeletion(Microsoft::VisualStudio::Modeling::Diagrams::DiagramItemEventArgs ^ e);
protected virtual void OnSelectionChangedByDeletion (Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemEventArgs e);
abstract member OnSelectionChangedByDeletion : Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemEventArgs -> unit
override this.OnSelectionChangedByDeletion : Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemEventArgs -> unit
Protected Overridable Sub OnSelectionChangedByDeletion (e As DiagramItemEventArgs)
Parameters
The DiagramItemEventArgs that contains the DiagramItem which refers to a ModelElement that has been deleted.