GetPhoneCallInformationCompletedEventHandler Delegate
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Delegate Sub GetPhoneCallInformationCompletedEventHandler ( _
sender As Object, _
e As GetPhoneCallInformationCompletedEventArgs _
)
'Usage
Dim instance As New GetPhoneCallInformationCompletedEventHandler(AddressOf HandlerMethod)
public delegate void GetPhoneCallInformationCompletedEventHandler(
Object sender,
GetPhoneCallInformationCompletedEventArgs e
)
Parameters
- sender
Type: System.Object