class ConnectionEventArgs

class ConnectionEventArgs
  : public SessionEventArgs

Provides data for the ConnectionEvent. Added in version 1.2.0.

Members

Properties

Syntax: public constPropertyCollection & Properties;

Collection of additional properties.

ConnectionEventArgs

Syntax: public inline explicit ConnectionEventArgs ( SPXEVENTHANDLE hevent );

Constructor.

Parameters

  • hevent Event handle.

~ConnectionEventArgs

Syntax: public inline virtual ~ConnectionEventArgs ( );