Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public RemoteClipboardChangedEventArgs(
string contents
)
public RemoteClipboardChangedEventArgs(
string contents
)
Public Sub New ( _
contents As String _
)
Public Sub New ( _
contents As String _
)
public:
RemoteClipboardChangedEventArgs(
String^ contents
)
public:
RemoteClipboardChangedEventArgs(
String^ contents
)
new :
contents : string -> RemoteClipboardChangedEventArgs
new :
contents : string -> RemoteClipboardChangedEventArgs
Parameters
- contents
- Type: System String
The contents of the remote clipboard.