StatusChangedEventArgs Class

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

Syntax

'Declaration
Public Class StatusChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As StatusChangedEventArgs
public class StatusChangedEventArgs : EventArgs
public ref class StatusChangedEventArgs : public EventArgs
public class StatusChangedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.TeamFoundation.Build.Client.StatusChangedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

StatusChangedEventArgs Members

Microsoft.TeamFoundation.Build.Client Namespace