DesignSurfaceManager::SelectionChanged Event

 

Occurs when the global selection changes.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
event EventHandler^ SelectionChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

This event is raised when the active designer's selection of component set changes. This is mapped through the IDesignerEventService interface.

.NET Framework
Available since 2.0
Return to top
Show: