Share via


AddGroupControl.AddTeamFoundationGroupClick 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 AddTeamFoundationGroupClick As EventHandler
'Usage
Dim instance As AddGroupControl 
Dim handler As EventHandler 

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

.NET Framework Security

See Also

Reference

AddGroupControl Class

AddGroupControl Members

Microsoft.TeamFoundation.Controls Namespace