C# Класс RemoteViewing.Vnc.RemoteClipboardChangedEventArgs

Provides data for the VncClient.RemoteClipboardChanged event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RemoteClipboardChangedEventArgs ( string contents ) : System

Initializes a new instance of the RemoteClipboardChangedEventArgs class.

Описание методов

RemoteClipboardChangedEventArgs() публичный Метод

Initializes a new instance of the RemoteClipboardChangedEventArgs class.
public RemoteClipboardChangedEventArgs ( string contents ) : System
contents string The contents of the remote clipboard.
Результат System