VncSharp

RemoteDesktop.OnConnectComplete Method 

Dispatches the ConnectComplete event if any targets have registered.

[Visual Basic]
Protected Sub OnConnectComplete( _
   ByVal e As ConnectEventArgs _
)
[C#]
protected void OnConnectComplete(
   ConnectEventArgs e
);

Parameters

e
A ConnectEventArgs object with information about the remote framebuffer's geometry.

See Also

RemoteDesktop Class | VncSharp Namespace