Attachmate.Reflection.Emulation.OpenSystems Namespace : ConnectionEventHandler Delegate |
'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 )