Click or drag to resize
MvComponentConnected Event
Called when the component is connected.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public event EventHandler<ConnectionEventArgs> Connected

Value

Type: SystemEventHandlerConnectionEventArgs
Remarks
Of course, once the component is returned by Connect(String, String, Int32), it is too late to install an event handler for being warned of the connection. You need to install it at an earlier stage, for instance during the instanciation in the MvComponentFactory.
See Also