This documentation is archived and is not being maintained.
QueryFolderContentsChangedEventArgs Constructor
Visual Studio 2013
Initializes a new QueryFolderContentsChangedEventArgs instance.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
public:
QueryFolderContentsChangedEventArgs(
QueryItem^ queryItem,
QueryFolderAction action
)
Parameters
- queryItem
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::QueryItem
The query item that changed.
- action
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::QueryFolderAction
The action that occurred.
- 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: