RemoteViewing.Vnc.RemoteClipboardChangedEventArgs.RemoteClipboardChangedEventArgs C# (CSharp) Method

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