Share via


IQueuedBuildsView.StatusChanged Event

Occurs one time for each polling interval.

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 IQueuedBuildsView 
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 these events, you must call the Connect method. This causes the server to be polled regularly until the Disconnect method is called. This event occurs just after the contents of the view (and the queued builds themselves) are updated.

.NET Framework Security

See Also

Reference

IQueuedBuildsView Interface

IQueuedBuildsView Members

Microsoft.TeamFoundation.Build.Client Namespace