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

See Also

Reference

TreeComboBoxHatterasWpf Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace