Delegate Events.CommunicationEvent<TEvent>

Delegate for Communication Events for the EasyClient

Assembly: EasyCommunication.dll

Syntax

public delegate void CommunicationEvent<TEvent>(TEvent ev)
    where TEvent : IClientEventArgs;

Parameters

Type

Name

Description

TEvent

ev

Type Parameters

Name

Description

TEvent

Last updated

Was this helpful?