C# Class RemoteViewing.Vnc.Server.CreatingDesktopEventArgs

Provides data for the VncServerSession.CreatingDesktop event.
Inheritance: System.EventArgs
Datei anzeigen Open project: qmfrederik/remoteviewing Class Usage Examples

Public Methods

Method Description
CreatingDesktopEventArgs ( bool shareDesktop ) : System

Initializes a new instance of the CreatingDesktopEventArgs class.

Method Details

CreatingDesktopEventArgs() public method

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. ///
return System