Share via


SelectedShapesCollection.ShapeSelectionChanging Event

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

Syntax

'Declaration
Public Event ShapeSelectionChanging As ShapeSelectionChangingEventHandler
'Usage
Dim instance As SelectedShapesCollection 
Dim handler As ShapeSelectionChangingEventHandler 

AddHandler instance.ShapeSelectionChanging, handler
public event ShapeSelectionChangingEventHandler ShapeSelectionChanging
public:
 event ShapeSelectionChangingEventHandler^ ShapeSelectionChanging {
    void add (ShapeSelectionChangingEventHandler^ value);
    void remove (ShapeSelectionChangingEventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

SelectedShapesCollection Class

SelectedShapesCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace