PickWorkItemsControl.WorkItemSelectionChanged Event
Occurs when the selected work items have changed.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Event WorkItemSelectionChanged As EventHandler
public event EventHandler WorkItemSelectionChanged
public:
event EventHandler^ WorkItemSelectionChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member WorkItemSelectionChanged : IEvent<EventHandler,
EventArgs>
JScript does not support events.
.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace