Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Hooked to update IsSelected item state
Namespace: Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnSelectionChanged ( _
e As SelectionChangedEventArgs _
)
protected override void OnSelectionChanged(
SelectionChangedEventArgs e
)
protected:
virtual void OnSelectionChanged(
SelectionChangedEventArgs^ e
) override
abstract OnSelectionChanged :
e:SelectionChangedEventArgs -> unit
override OnSelectionChanged :
e:SelectionChangedEventArgs -> unit
protected override function OnSelectionChanged(
e : SelectionChangedEventArgs
)
Parameters
e
Type: System.Windows.Controls.SelectionChangedEventArgsselection changed event arg
.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.
See Also
Reference
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace