| ConnectionEventArgs Class |
Arguments for connection related events on
MvComponent.
Inheritance Hierarchy
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public 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.
|
TopSee Also