TreeComboBoxHatterasWpf.OnNewHatterasPathEntered Method
A cancelable event that says that we have a new path entered by hand and it must be verified before we set the path for real.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Protected Sub OnNewHatterasPathEntered ( _
e As CancelEventArgs _
)
protected void OnNewHatterasPathEntered(
CancelEventArgs e
)
protected:
void OnNewHatterasPathEntered(
CancelEventArgs^ e
)
member OnNewHatterasPathEntered :
e:CancelEventArgs -> unit
protected function OnNewHatterasPathEntered(
e : CancelEventArgs
)
Parameters
.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.