TreeComboBoxHatterasWpf.SelectedHatterasPathChanged Event
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Event SelectedHatterasPathChanged As EventHandler
public event EventHandler SelectedHatterasPathChanged
public:
event EventHandler^ SelectedHatterasPathChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member SelectedHatterasPathChanged : IEvent<EventHandler,
EventArgs>
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.