CreatingDesktopEventArgs Class

RemoteViewing
Provides data for the CreatingDesktop event.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    RemoteViewing.Vnc.ServerCreatingDesktopEventArgs

Namespace:  RemoteViewing.Vnc.Server
Assembly:  RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class CreatingDesktopEventArgs : EventArgs

The CreatingDesktopEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodCreatingDesktopEventArgs
Initializes a new instance of the CreatingDesktopEventArgs class.
Top
Properties

  NameDescription
Public propertyShareDesktop
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.
Top
See Also

Reference