TreeComboBoxHatterasWpf.NewHatterasPathEntered Event
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Event NewHatterasPathEntered As CancelEventHandler
public event CancelEventHandler NewHatterasPathEntered
public:
event CancelEventHandler^ NewHatterasPathEntered {
void add (CancelEventHandler^ value);
void remove (CancelEventHandler^ value);
}
member NewHatterasPathEntered : IEvent<CancelEventHandler,
CancelEventArgs>
JScript does not support events.
.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.