VncServerSessionSendLocalClipboardChange 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: 1.0.0.0 (1.0.0.0)
Syntax

public void SendLocalClipboardChange(
	string data
)

Parameters

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

Reference