Share via


IBuildDetail.StatusChanged Event

Occurs when any change in the build is discovered on the server.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Event StatusChanged As StatusChangedEventHandler
'Usage
Dim instance As IBuildDetail 
Dim handler As StatusChangedEventHandler 

AddHandler instance.StatusChanged, handler
event StatusChangedEventHandler StatusChanged
event StatusChangedEventHandler^ StatusChanged {
    void add (StatusChangedEventHandler^ value);
    void remove (StatusChangedEventHandler^ value);
}
JScript does not support events.

Remarks

To invoke this event, you must call the Connect method. This causes the server to be polled regularly until the build is finished. This event occurs just after the build is updated.

.NET Framework Security

See Also

Reference

IBuildDetail Interface

IBuildDetail Members

Microsoft.TeamFoundation.Build.Client Namespace