Namespace:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)
Syntax
'Declaration
Public Event DocumentAdded As DocumentService.DocumentServiceEventHandler
public event DocumentService.DocumentServiceEventHandler DocumentAdded
public:
 event DocumentService::DocumentServiceEventHandler^ DocumentAdded {
    void add (DocumentService::DocumentServiceEventHandler^ value);
    void remove (DocumentService::DocumentServiceEventHandler^ value);
}
member DocumentAdded : IEvent<DocumentService.DocumentServiceEventHandler,
    DocumentService.DocumentServiceEventArgs>
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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace