VersionControlBaseExt.SelectionChanged Event

This event is fired when the selection changes in a version control window.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public Event SelectionChanged As EventHandler
public event EventHandler SelectionChanged
public:
 event EventHandler^ SelectionChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member SelectionChanged : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

VersionControlBaseExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace