Method | Description | |
---|---|---|
ConnectEventArgs ( int width, int height, string name ) : System |
Constructor for ConnectEventArgs
|
public ConnectEventArgs ( int width, int height, string name ) : System | ||
width | int | An Integer indicating the Width of the remote framebuffer. |
height | int | An Integer indicating the Height of the remote framebuffer. |
name | string | A String containing the name of the remote Desktop. |
return | System |