 | ConnectionEventArgs Class |
Arguments for connection related events on
MvComponent.
Inheritance Hierarchy
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.3.0.0)
Syntaxpublic class ConnectionEventArgs : EventArgs
Public Class ConnectionEventArgs
Inherits EventArgs
public ref class ConnectionEventArgs : public EventArgs
The ConnectionEventArgs type exposes the following members.
Properties
| Name | Description |
---|
 | Cause |
Gets the cause of the event if any.
|
 | Component |
Gets the component which initiates the event.
|
Top
See Also