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.
Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Protected Overridable Sub OnSelectionChanged ( _
    sender As Object, _
    args As EventArgs _
)
protected virtual void OnSelectionChanged(
    Object sender,
    EventArgs args
)
protected:
virtual void OnSelectionChanged(
    Object^ sender, 
    EventArgs^ args
)
abstract OnSelectionChanged : 
        sender:Object * 
        args:EventArgs -> unit  
override OnSelectionChanged : 
        sender:Object * 
        args:EventArgs -> unit
protected function OnSelectionChanged(
    sender : Object, 
    args : EventArgs
)
Parameters
- sender
 Type: System.Object
- args
 Type: System.EventArgs
.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.VisualStudio.TeamFoundation.VersionControl Namespace