Click or drag to resize
ConnectionEventArgs Class
Arguments for connection related events on MvComponent.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RW.Server.ComponentConnectionEventArgs

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public class ConnectionEventArgs : EventArgs

The ConnectionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCause
Gets the cause of the event if any.
Public propertyComponent
Gets the component which initiates the event.
Top
See Also