SelectionContainer::SelectedObjectsChanged Event

 

Raised when an external object calls the ISelectionContainer::SelectObjects method with the SELECTED flag set.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

This event is not raised when the SelectedObjects collection is changed from within the SelectionContainer class.

Return to top
Show: