C# Класс RemoteViewing.Vnc.Server.CreatingDesktopEventArgs

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

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

Метод Описание
CreatingDesktopEventArgs ( bool shareDesktop ) : System

Initializes a new instance of the CreatingDesktopEventArgs class.

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

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

Initializes a new instance of the CreatingDesktopEventArgs class.
public CreatingDesktopEventArgs ( bool shareDesktop ) : System
shareDesktop bool /// true if the client will share the desktop with other currently-connected clients. /// false if the client is asking for exclusive access to the desktop. ///
Результат System