PickWorkItemsCountChangedEventHandler Delegate

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

Syntax

'Declaration
Public Delegate Sub PickWorkItemsCountChangedEventHandler ( _
    sender As Object, _
    e As CountChangedEventArgs _
)
public delegate void PickWorkItemsCountChangedEventHandler(
    Object sender,
    CountChangedEventArgs e
)
public delegate void PickWorkItemsCountChangedEventHandler(
    Object^ sender, 
    CountChangedEventArgs^ e
)
type PickWorkItemsCountChangedEventHandler = 
    delegate of  
        sender:Object * 
        e:CountChangedEventArgs -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace