RemoteClipboardChangedEventArgs Constructor RemoteViewing
Initializes a new instance of the RemoteClipboardChangedEventArgs class.

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

public RemoteClipboardChangedEventArgs(
	string contents
)

Parameters

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