InfoConnect for Unisys
ConnectionEventHandler Delegate


Connection EventHandler.
Syntax
'Declaration
 
Public Delegate Sub ConnectionEventHandler( _
   ByVal sender As Object, _
   ByVal args As ConnectionEventArgs _
) 
'Usage
 
Dim instance As New ConnectionEventHandler(AddressOf HandlerMethod)
public delegate void ConnectionEventHandler( 
   object sender,
   ConnectionEventArgs args
)

Parameters

sender
args
See Also