VncSharp

RemoteDesktop.ConnectComplete Event

[Visual Basic]
Public Event ConnectComplete As ConnectCompleteHandler
[C#]
public event ConnectCompleteHandler ConnectComplete;

Event Data

The event handler receives an argument of type ConnectEventArgs containing data related to this event. The following ConnectEventArgs properties provide information specific to this event.

PropertyDescription
DesktopHeight Gets the Height of the remote Desktop.
DesktopName Gets the name of the remote Desktop, if any.
DesktopWidth Gets the Width of the remote Desktop.

See Also

RemoteDesktop Class | VncSharp Namespace