VncSharp

RemoteDesktop.OnConnectionLost Method 

Dispatches the ConnectionLost event if any targets have registered.

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

Parameters

e
An EventArgs object.

See Also

RemoteDesktop Class | VncSharp Namespace