Share via


PermissionsControl.RemoveClick Event

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

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

Syntax

'Declaration
Public Event RemoveClick As EventHandler
'Usage
Dim instance As PermissionsControl 
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

PermissionsControl Class

PermissionsControl Members

Microsoft.TeamFoundation.Client Namespace