This documentation is archived and is not being maintained.

WorkItemLinkTypeCollection::ImportEventHandler Event

An event handler for events that occur during an import call.

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

public:
 event ImportEventHandler^ ImportEventHandler {
	void add (ImportEventHandler^ value);
	void remove (ImportEventHandler^ value);
}

Show: