DocumentService.DocumentRemoved Event

Namespace:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)

Syntax

'Declaration
Public Event DocumentRemoved As DocumentService.DocumentServiceEventHandler
public event DocumentService.DocumentServiceEventHandler DocumentRemoved
public:
 event DocumentService::DocumentServiceEventHandler^ DocumentRemoved {
    void add (DocumentService::DocumentServiceEventHandler^ value);
    void remove (DocumentService::DocumentServiceEventHandler^ value);
}
member DocumentRemoved : IEvent<DocumentService.DocumentServiceEventHandler,
    DocumentService.DocumentServiceEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

DocumentService Class

Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace