'DeclarationPublic Delegate Sub ConnectionEventHandler( _ ByVal args As NConnectionEventArgs _ )
'UsageDim instance As New ConnectionEventHandler(AddressOf HandlerMethod)
public delegate void ConnectionEventHandler( NConnectionEventArgs args )
Parameters
- args