Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised once for each polling interval.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Event StatusChanging As StatusChangedEventHandler
event StatusChangedEventHandler StatusChanging
event StatusChangedEventHandler^ StatusChanging {
void add (StatusChangedEventHandler^ value);
void remove (StatusChangedEventHandler^ value);
}
abstract StatusChanging : IEvent<StatusChangedEventHandler,
StatusChangedEventArgs>
JScript does not support events.
Remarks
Note: to receive these events you must call the Connect method, which causes the server to be polled on a regular basis until the Disconnect method is called. This event is fired just before the contents of the view (and the queued builds themselves) are 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.