NavigationTreeControl.SelectionChanging Event
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.