'Declaration
Public Delegate Sub ConnectionEventHandler( _ ByVal args As NConnectionEventArgs _ )
'Usage
Dim instance As New ConnectionEventHandler(AddressOf HandlerMethod)
public delegate void ConnectionEventHandler( NConnectionEventArgs args )
Parameters
- args