CancelableConnectionEventHandler Event
Public Delegate Function CancelableConnectionEventHandler( _
ByVal As Object, _
ByVal As Integer, _
ByVal As ConnectionTypeOption, _
ByVal As Object _
) As Boolean
Parameters
- sender
- An object.
- connectionId
- An integer.
- connectionType
- The type of connection.This is a ConnectionTypeOption Enumeration.
- connectionSettings
- An object.