This documentation is archived and is not being maintained.

StatusChangedEventArgs::Changed Property

Gets a flag that describes whether the status changed.

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

public:
property bool Changed {
	bool get ();
}

Property Value

Type: System::Boolean
True if the status changed. False if the status did not change.

Show: