WorkItemResultGrid.CollectionChangingEventHandler Delegate
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Delegate Sub CollectionChangingEventHandler ( _
sender As Object, _
e As EventArgs _
)
public delegate void CollectionChangingEventHandler(
Object sender,
EventArgs e
)
public delegate void CollectionChangingEventHandler(
Object^ sender,
EventArgs^ e
)
type CollectionChangingEventHandler =
delegate of
sender:Object *
e:EventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System.Object
- e
Type: System.EventArgs
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace