NavigationTreeControl.SelectionChanging Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

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

Implements

INavigationTreeControl.SelectionChanging

.NET Framework Security

See Also

Reference

NavigationTreeControl Class

Microsoft.TeamFoundation.Controls.WPF Namespace