CreatingDesktopEventArgs Constructor RemoteViewing
Initializes a new instance of the CreatingDesktopEventArgs class.

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

public CreatingDesktopEventArgs(
	bool shareDesktop
)

Parameters

shareDesktop
Type: OnlineSystem Boolean
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.
See Also