PowerTCP Sockets for .NET
Echo Event




Syntax
'Declaration
 
Public Event Echo As EventHandler(Of EchoEventArgs)
'Usage
 
Dim instance As Ping
Dim handler As EventHandler(Of EchoEventArgs)
 
AddHandler instance.Echo, handler
public event EventHandler<EchoEventArgs> Echo
public: __event EventHandler<EchoEventArgs*>* Echo
public:
event EventHandler<EchoEventArgs^>^ Echo
See Also

Reference

Ping Class
Ping Members


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic