This documentation is archived and is not being maintained.
WorkspaceEventArgs Constructor (Workspace, WorkspaceEventSource)
Visual Studio 2013
Initializes a new WorkspaceEventArgs instance for the specified workspace and event source.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public:
WorkspaceEventArgs(
Workspace^ workspace,
WorkspaceEventSource eventSource
)
Parameters
- workspace
- Type: Microsoft.TeamFoundation.VersionControl.Client::Workspace
The workspace for which to initialize a new event arguments object.
- eventSource
- Type: Microsoft.TeamFoundation.VersionControl.Client::WorkspaceEventSource
The event source.
- 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.
Show: