Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Friend Event DescriptorsChanged As EventHandler(Of EventArgs)
protected internal event EventHandler<EventArgs> DescriptorsChanged
protected public:
 event EventHandler<EventArgs^>^ DescriptorsChanged {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
member DescriptorsChanged : IEvent<EventHandler<EventArgs>,
    EventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.