AcquireTemplateInformationCompletedEventHandler Delegate

Namespace:  Microsoft.Exchange.Security.RightsManagement.SOAP.Template
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
Public Delegate Sub AcquireTemplateInformationCompletedEventHandler ( _
    sender As Object, _
    e As AcquireTemplateInformationCompletedEventArgs _
)
'Usage
Dim instance As New AcquireTemplateInformationCompletedEventHandler(AddressOf HandlerMethod)
public delegate void AcquireTemplateInformationCompletedEventHandler(
    Object sender,
    AcquireTemplateInformationCompletedEventArgs e
)