VncClient EventsRemoteViewing
The VncClient type exposes the following members.
Events

  NameDescription
Public eventBell
Occurs when a bell occurs on the remote server.
Public eventClosed
Occurs when the VNC client is disconnected.
Public eventConnected
Occurs when the VNC client has successfully connected to the remote server.
Public eventConnectionFailed
Occurs when the VNC client has failed to connect to the server.
Public eventFramebufferChanged
Occurs when the framebuffer changes.
Public eventRemoteClipboardChanged
Occurs when the clipboard changes on the remote server. If you are implementing clipboard integration, use this to set the local clipboard.
Back to Top
See Also