Initializes a new StatusChangedEventArgs instance.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Sub New ( _
    changed As Boolean _
)
public StatusChangedEventArgs(
    bool changed
)
public:
StatusChangedEventArgs(
    bool changed
)
new : 
        changed:bool -> StatusChangedEventArgs
public function StatusChangedEventArgs(
    changed : boolean
)
Parameters
- changed
 Type: System.Boolean
 True if the status has changed; otherwise, false.
.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.