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