SelectedShapesCollection::SelectionChangedByDeletion Event

 

Occurs when the selection is about to change because a ModelElement that an item in the selection refers to has been deleted.

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

public:
event SelectionChangedByDeletionEventHandler^ SelectionChangedByDeletion {
	void add(SelectionChangedByDeletionEventHandler^ value);
	void remove(SelectionChangedByDeletionEventHandler^ value);
}
Return to top
Show: