Class ClientEventHandler
EventHandler for EasyClient-Events
Namespace: EasyCommunication.Events.Client.EventHandler
Assembly: EasyCommunication.dll
Syntax
public class ClientEventHandlerEvents
| Improve this Doc View Source
ConnectedToHost
Event fired when an EasyClient connected to an EasyHost
Declaration
public event Events.CommunicationEvent<ConnectedToHostEventArgs> ConnectedToHostEvent Type
Type
Description
| Improve this Doc View Source
DisconnectedFromHost
Event fired when an EasyClient loses connection from an EasyHost
Declaration
Event Type
Type
Description
| Improve this Doc View Source
ReceivedData
Event fired when data is received from an EasyHost
Declaration
Event Type
Type
Description
| Improve this Doc View Source
SendingData
Event fired when an EasyClient is sending data to an EasyHost
Declaration
Event Type
Type
Description
Last updated
Was this helpful?