WorkItemLinkEventArgs Constructor
Initializes a new WorkItemLinkEventArgs instance.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Sub New ( _
collection As Object, _
updatedItem As Object, _
action As LinkAction _
)
public WorkItemLinkEventArgs(
Object collection,
Object updatedItem,
LinkAction action
)
public:
WorkItemLinkEventArgs(
Object^ collection,
Object^ updatedItem,
LinkAction action
)
new :
collection:Object *
updatedItem:Object *
action:LinkAction -> WorkItemLinkEventArgs
public function WorkItemLinkEventArgs(
collection : Object,
updatedItem : Object,
action : LinkAction
)
Parameters
collection
Type: System.ObjectThe work item collection that is being affected.
updatedItem
Type: System.ObjectThe link that was updated.
action
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.LinkActionThe action that was performed.
.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.