CreatingDesktopEventArgs Constructor

RemoteViewing
Initializes a new instance of the CreatingDesktopEventArgs class.

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

public CreatingDesktopEventArgs(
	bool shareDesktop
)

Parameters

shareDesktop
Type: SystemBoolean
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

Reference