类 ConnectionEventArgs
class ConnectionEventArgs
: public SessionEventArgs
为 ConnectionEvent 提供数据。 在版本 1.2.0 中添加。
成员
属性
语法: public constPropertyCollection & Properties;
其他属性的集合。
ConnectionEventArgs
语法: public inline explicit ConnectionEventArgs ( SPXEVENTHANDLE hevent );
构造函数。
参数
hevent
事件句柄。
~ConnectionEventArgs
语法: public inline virtual ~ConnectionEventArgs ( );