IBuildDetail.StatusChanging 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 StatusChanging As StatusChangedEventHandler
'Usage
Dim instance As IBuildDetail
Dim handler As StatusChangedEventHandler
AddHandler instance.StatusChanging, handler
event StatusChangedEventHandler StatusChanging
event StatusChangedEventHandler^ StatusChanging {
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 before the build is updated.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.