Delegate Events.CommunicationEvent<TEvent>
Namespace: EasyCommunication.Events.Client
Assembly: EasyCommunication.dll
Syntax
public delegate void CommunicationEvent<TEvent>(TEvent ev)
where TEvent : IClientEventArgs;Parameters
Type Parameters
Last updated