C# Class RemoteViewing.Vnc.RemoteClipboardChangedEventArgs

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

Méthodes publiques

Méthode Description
RemoteClipboardChangedEventArgs ( string contents ) : System

Initializes a new instance of the RemoteClipboardChangedEventArgs class.

Method Details

RemoteClipboardChangedEventArgs() public méthode

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