ItemsUpdatedExternallyEventArgs Constructor
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
items As List(Of String) _
)
public ItemsUpdatedExternallyEventArgs(
List<string> items
)
public:
ItemsUpdatedExternallyEventArgs(
List<String^>^ items
)
new :
items:List<string> -> ItemsUpdatedExternallyEventArgs
public function ItemsUpdatedExternallyEventArgs(
items : List<String>
)
Parameters
- items
Type: System.Collections.Generic.List<String>
.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.