Share via


CommonStructureEdit.NodeSelectChange Event

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Event NodeSelectChange As EventHandler
'Usage
Dim instance As CommonStructureEdit 
Dim handler As EventHandler 

AddHandler instance.NodeSelectChange, handler
public event EventHandler NodeSelectChange
public:
 event EventHandler^ NodeSelectChange {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

CommonStructureEdit Class

CommonStructureEdit Members

Microsoft.TeamFoundation.Controls Namespace