Delen via


NavigationTreeControl.SelectionChanged Event

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Event SelectionChanged As SelectionChangingEventHandler
public event SelectionChangingEventHandler SelectionChanged
public:
virtual   event SelectionChangingEventHandler^ SelectionChanged {
    void add (SelectionChangingEventHandler^ value);
    void remove (SelectionChangingEventHandler^ value);
}
abstract SelectionChanged : IEvent<SelectionChangingEventHandler,
    SelectionChangingEventArgs>
override SelectionChanged : IEvent<SelectionChangingEventHandler,
    SelectionChangingEventArgs>
JScript does not support events.

Implements

INavigationTreeControl.SelectionChanged

.NET Framework Security

See Also

Reference

NavigationTreeControl Class

Microsoft.TeamFoundation.Controls.WPF Namespace