Delegate Events.CommunicationEvent<TEvent>
Delegate for Communication Events for the EasyClient
Namespace: EasyCommunication.Events.Client
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?