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