IQueuedBuild.StatusChanged Event
Raised when any change in the queued build is discovered on the server. Note: to receive these events you must call the Connect method. This causes the server to be polled regularly until the queued build is completed. This event is fired just after the queued build is updated.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Event StatusChanged As StatusChangedEventHandler
event StatusChangedEventHandler StatusChanged
event StatusChangedEventHandler^ StatusChanged {
void add (StatusChangedEventHandler^ value);
void remove (StatusChangedEventHandler^ value);
}
abstract StatusChanged : IEvent<StatusChangedEventHandler,
StatusChangedEventArgs>
JScript does not support events.
.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.