Events::SelectionEvents Property

 

Gets the SelectionEvents for the selection.

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

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

Property Value

Type: EnvDTE::SelectionEvents^

A SelectionEvents object.

Whenever something is selected in the integrated development environment (IDE), the environment creates a model of the selection. The events provided by the Events object lets extensions know when the SelectedItems collection is updated.

Return to top
Show: