RemoteViewing.Vnc.RemoteClipboardChangedEventArgs.RemoteClipboardChangedEventArgs C# (CSharp) Méthode

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
        public RemoteClipboardChangedEventArgs(string contents)
        {
            this.Contents = contents;
        }
RemoteClipboardChangedEventArgs