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