C# Class RemoteViewing.Vnc.RemoteClipboardChangedEventArgs

Provides data for the VncClient.RemoteClipboardChanged event.
Inheritance: System.EventArgs
Exibir arquivo Open project: qmfrederik/remoteviewing Class Usage Examples

Public Methods

Method Description
RemoteClipboardChangedEventArgs ( string contents ) : System

Initializes a new instance of the RemoteClipboardChangedEventArgs class.

Method Details

RemoteClipboardChangedEventArgs() public method

Initializes a new instance of the RemoteClipboardChangedEventArgs class.
public RemoteClipboardChangedEventArgs ( string contents ) : System
contents string The contents of the remote clipboard.
return System