Rogue Wave Server Component library for .NET Reference Guide
|
|
MvComponentConnected Event |
Called when the component is connected.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
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.