Share via


ContextChangedEventArgs.TeamProjectCollectionChanged Property

True if the collection changed; false otherwise.

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

Syntax

'Declaration
Public Property TeamProjectCollectionChanged As Boolean
public bool TeamProjectCollectionChanged { get; private set; }
public:
property bool TeamProjectCollectionChanged {
    bool get ();
    private: void set (bool value);
}
member TeamProjectCollectionChanged : bool with get, private set
function get TeamProjectCollectionChanged () : boolean 
private function set TeamProjectCollectionChanged (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ContextChangedEventArgs Class

Microsoft.TeamFoundation.Client Namespace