AddTemplateCompletedEventHandler Delegate

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.ProjectManagement
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Delegate Sub AddTemplateCompletedEventHandler ( _
    sender As Object, _
    e As AddTemplateCompletedEventArgs _
)
'Usage
Dim instance As New AddTemplateCompletedEventHandler(AddressOf HandlerMethod)
public delegate void AddTemplateCompletedEventHandler(
    Object sender,
    AddTemplateCompletedEventArgs e
)
public delegate void AddTemplateCompletedEventHandler(
    Object^ sender, 
    AddTemplateCompletedEventArgs^ e
)
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.TeamFoundation.Proxy.ProjectManagement Namespace