Skip to content

ConnectedEventArgs

Provides data for the RdpControl.OnConnected event.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Controls.Events.ConnectedEventArgs

Used By

Properties

Bounds (Rectangle)

Gets the bounds used to cover all screens in multi-monitor full-screen mode.

ExternalProcessId (int?)

Gets the external client process ID when ConnectedEventArgs.SessionMode is RdpSessionMode.External.

MultiMonFullScreen (bool)

Gets a value indicating whether multi-monitor full-screen mode was requested.

SessionMode (RdpSessionMode)

Indicates how the session is hosted.

Back to API index

MIT Licensed