PowerTCP Sockets for .NET
Log Event




Syntax
'Declaration
 
Public Event Log As EventHandler(Of DataEventArgs)
'Usage
 
Dim instance As TcpBase
Dim handler As EventHandler(Of DataEventArgs)
 
AddHandler instance.Log, handler
public event EventHandler<DataEventArgs> Log
public: __event EventHandler<DataEventArgs*>* Log
public:
event EventHandler<DataEventArgs^>^ Log
Event Data

The event handler receives an argument of type DataEventArgs containing data related to this event. The following DataEventArgs properties provide information specific to this event.

PropertyDescription
Data  
Message (Inherited from Dart.Sockets.UserStateEventArgs)
UserState (Inherited from Dart.Sockets.UserStateEventArgs)
See Also

Reference

TcpBase Class
TcpBase Members


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