Share via


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

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

.NET Framework Security

See Also

Reference

IdentityGridControl Class

IdentityGridControl Members

Microsoft.TeamFoundation.Controls Namespace