'DeclarationPublic Delegate Sub ConnectionEventHandler( _ ByVal sender As Object, _ ByVal args As ConnectionEventArgs _ )
'UsageDim instance As New ConnectionEventHandler(AddressOf HandlerMethod)
public delegate void ConnectionEventHandler( object sender, ConnectionEventArgs args )
Parameters
- sender
- args