Events2::SelectionEvents Property

 

Gets the SelectionEvents for the selection.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property SelectionEvents^ SelectionEvents {
	SelectionEvents^ get();
}

Property Value

Type: EnvDTE::SelectionEvents^

A SelectionEvents object.

Whenever something is selected in the development environment, the environment creates a model of the selection. The events provided by the Events object in this case notify when the SelectedItems collection is updated.

Return to top
Show: