Share via


SelectedShapesCollection.ShapeSelectionChanged Event

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

Syntax

'Declaration
Public Event ShapeSelectionChanged As ShapeSelectionChangedEventHandler
'Usage
Dim instance As SelectedShapesCollection 
Dim handler As ShapeSelectionChangedEventHandler 

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

.NET Framework Security

See Also

Reference

SelectedShapesCollection Class

SelectedShapesCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace