Delegate Events.CommunicationEvent<TEvent>
Delegate for Communication Events for the EasyHost
Namespace: EasyCommunication.Events.Host
Assembly: EasyCommunication.dll
Syntax
public delegate void CommunicationEvent<TEvent>(TEvent ev)
where TEvent : IHostEventArgs;
Parameters
Type
Name
Description
TEvent
ev
Type Parameters
Name
Description
TEvent
Last updated
Was this helpful?