Chameleon and Iguana Plugin C# Class Libraries |
|
LlpClient.ConnectedEvent Delegate
Fired when the connection is made with the server.
[Visual Basic]
Public Delegate Sub LlpClient.ConnectedEvent( _
ByVal
sender As
Object, _
ByVal
Args As
EventArgs _
)
[C#]
public delegate void LlpClient.ConnectedEvent(
object sender,
EventArgs Args);
Parameters
-
sender
- The object that triggered the event.
-
Args
- Arguments to the event.
Requirements
Namespace:
iNTERFACEWARE.Chameleon
Assembly: CHM_CSHARP (in CHM_CSHARP.dll)
See Also
iNTERFACEWARE.Chameleon Namespace