BuildStore.AddChangeSetsForBuildCompleted Event

Namespace:  Microsoft.TeamFoundation.Build.Proxy
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Event AddChangeSetsForBuildCompleted As AddChangeSetsForBuildCompletedEventHandler
'Usage
Dim instance As BuildStore 
Dim handler As AddChangeSetsForBuildCompletedEventHandler 

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

.NET Framework Security

See Also

Reference

BuildStore Class

BuildStore Members

Microsoft.TeamFoundation.Build.Proxy Namespace