Click or drag to resize

ClientBase Events

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

The ClientBase type exposes the following members.

Events
  NameDescription
Public eventError
This is triggered when a handled Exception is thrown.
Public eventServerConnected
Occurs when [server connected].
Public eventServerData2
This is triggered when the Server sends data to the client. Doesn't expect a return value.
Public eventServerDisconnected
This is triggered when the Server Disconnects
Top
See Also