Initializes a new instance of the PropertyChangeEventArgs class.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    ids As String() _
)
public PropertyChangeEventArgs(
    string[] ids
)
public:
PropertyChangeEventArgs(
    array<String^>^ ids
)
new : 
        ids:string[] -> PropertyChangeEventArgs
public function PropertyChangeEventArgs(
    ids : String[]
)
Parameters
- ids 
 Type: array<System.String[]- The collection of artifact IDs that changed. 
.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.