This documentation is archived and is not being maintained.

StatusChangedEventArgs Constructor (Boolean)

Initializes a new StatusChangedEventArgs instance.

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

public:
StatusChangedEventArgs(
	bool changed
)

Parameters

changed
Type: System::Boolean

True if the status has changed; otherwise, false.

Show: