| MvComponentConnectionAllowed Event |
Called if the connection has been allowed by the server.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public event EventHandler<ConnectionEventArgs> ConnectionAllowed
Public Event ConnectionAllowed As EventHandler(Of ConnectionEventArgs)
public:
event EventHandler<ConnectionEventArgs^>^ ConnectionAllowed {
void add (EventHandler<ConnectionEventArgs^>^ value);
void remove (EventHandler<ConnectionEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerConnectionEventArgsSee Also