See Also

Dart.PowerTCP.SslSockets Namespace

Requirements

Namespace: Dart.PowerTCP.SslSockets

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

sender
The source of the event.
e
An EventArgs object that contains the event data.
See Also Requirements Languages PowerTCP SSL Sockets for .NET

EventHandlerEx Delegate

Dart.PowerTCP.SslSockets Namespace : EventHandlerEx Delegate

Replaces System.EventHandler when the SynchronizingObject property is used.

[Visual Basic]
Public Delegate Sub EventHandlerEx( _    ByVal sender As Object, _    ByVal e As EventArgs _ )
[C#]
public delegate void EventHandlerEx(    object sender,    EventArgs e );
[C++]
public: __gc __delegate void EventHandlerEx(    Object* sender,    EventArgs* e )
[C++/CLI]
public delegate void EventHandlerEx(    Object^ sender,    EventArgs^ e )

Parameters

sender
The source of the event.
e
An EventArgs object that contains the event data.

Remarks

When the SynchronizingObject is used, the ConnectedChanged event handler reports the SynchronizingObject as "sender". The EventHandlerEx is used to force the SynchronizingObject to correctly report the appropriate Tcp object as "sender".

Requirements

Namespace: Dart.PowerTCP.SslSockets

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)

See Also

Dart.PowerTCP.SslSockets Namespace


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.