The VncClient type exposes the following members.
Back to Top
Events
Name | Description | |
---|---|---|
Bell |
Occurs when a bell occurs on the remote server.
| |
Closed |
Occurs when the VNC client is disconnected.
| |
Connected |
Occurs when the VNC client has successfully connected to the remote server.
| |
ConnectionFailed |
Occurs when the VNC client has failed to connect to the server.
| |
FramebufferChanged |
Occurs when the framebuffer changes.
| |
RemoteClipboardChanged |
Occurs when the clipboard changes on the remote server.
If you are implementing clipboard integration, use this to set the local clipboard.
|
See Also