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