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.
Fired whenever the selected server path changes, either due to a hand-entered path taking effect, or when the user picks something from the drop-down.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Protected Sub OnSelectedHatterasPathChanged ( _
e As EventArgs _
)
protected void OnSelectedHatterasPathChanged(
EventArgs e
)
protected:
void OnSelectedHatterasPathChanged(
EventArgs^ e
)
member OnSelectedHatterasPathChanged :
e:EventArgs -> unit
protected function OnSelectedHatterasPathChanged(
e : EventArgs
)
Parameters
- e
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.