VncServerSession RemoteClipboardChanged EventRemoteViewing
Occurs when the clipboard changes on the remote client. If you are implementing clipboard integration, use this to set the local clipboard.

Namespace: RemoteViewing.Vnc.Server
Assembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax

public event EventHandler<RemoteClipboardChangedEventArgs> RemoteClipboardChanged
See Also