Share via


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

AddHandler instance.RemoveClick, handler
public event EventHandler RemoveClick
public:
 event EventHandler^ RemoveClick {
    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