Share via


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

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