SelectedShapesCollection.OnSelectionChangedByDeletion Method

Definition

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

e
DiagramItemEventArgs

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

Applies to