BuildStore.AddBuildCompleted Event

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

Syntax

'Declaration
Public Event AddBuildCompleted As AddBuildCompletedEventHandler
'Usage
Dim instance As BuildStore 
Dim handler As AddBuildCompletedEventHandler 

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

.NET Framework Security

See Also

Reference

BuildStore Class

BuildStore Members

Microsoft.TeamFoundation.Build.Proxy Namespace