PowerTCP Telnet for .NET CF
LogEventHandler Delegate
See Also  Send comments on this topic.
Dart.Common Namespace : LogEventHandler Delegate




sender
The source of the event.
e
A LogDataEventArgs that contains data being read or written.
Represents the method that will handle an event containing unencrypted data passing to and from the socket.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub LogEventHandler( _
   ByVal sender As Object, _
   ByVal e As LogEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New LogEventHandler(AddressOf HandlerMethod)
C# 
public delegate void LogEventHandler( 
   object sender,
   LogEventArgs e
)
Managed Extensions for C++ 
public: __gc __delegate void LogEventHandler( 
   Object* sender,
   LogEventArgs* e
)
C++/CLI 
public delegate void LogEventHandler( 
   Object^ sender,
   LogEventArgs^ e
)

Parameters

sender
The source of the event.
e
A LogDataEventArgs that contains data being read or written.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.