OpenConnectionEventHandler delegate
The OpenConnectionEventHandler delegate represents the method that will handle open connection events.
Namespace: Microsoft.Exchange.Data.Transport.Delivery
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Delegate Sub OpenConnectionEventHandler ( _
source As OpenConnectionEventSource, _
e As OpenConnectionEventArgs _
)
'Usage
Dim instance As New OpenConnectionEventHandler(AddressOf HandlerMethod)
public delegate void OpenConnectionEventHandler(
OpenConnectionEventSource source,
OpenConnectionEventArgs e
)