VncServerSession SendLocalClipboardChange Method RemoteViewing
Notifies the client that the local clipboard has changed. If you are implementing clipboard integration, use this to set the remote clipboard.

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

public void SendLocalClipboardChange(
	string data
)

Parameters

data
Type: OnlineSystem String
The contents of the local clipboard.
See Also