SelectedShapesCollection::ShapeSelectionChanging Event

 

Occurs when the selection is about to change.

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

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