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)

Syntax

'Declaration
Public ReadOnly Property Changed As Boolean
public bool Changed { get; }
public:
property bool Changed {
    bool get ();
}
member Changed : bool with get
function get Changed () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

StatusChangedEventArgs Class

Microsoft.TeamFoundation.Build.Client Namespace