Occurs when the client requests access to the desktop.
It may request exclusive or shared access -- this event will relay that information.
Namespace:
RemoteViewing.Vnc.Server
Assembly:
RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
public event EventHandler<CreatingDesktopEventArgs> CreatingDesktop
Public Event CreatingDesktop As EventHandler(Of CreatingDesktopEventArgs)
public:
event EventHandler<CreatingDesktopEventArgs^>^ CreatingDesktop {
void add (EventHandler<CreatingDesktopEventArgs^>^ value);
void remove (EventHandler<CreatingDesktopEventArgs^>^ value);
}
member CreatingDesktop : IEvent<EventHandler<CreatingDesktopEventArgs>,
CreatingDesktopEventArgs>
Value
Type:
SystemEventHandlerCreatingDesktopEventArgs
Reference