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
- 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.