Skip to content

ExternalWindowChangedEventArgs

Provides data for changes to the tracked top-level window of an external RDP session.

Type

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

Used By

Properties

ExternalProcessId (int?)

Gets the external client process ID when one is available.

HasWindow (bool)

Gets a value indicating whether a visible top-level window is currently tracked.

WindowHandle (nint)

Gets the resolved top-level window handle. This is System.IntPtr.Zero when no visible window is currently tracked.

Back to API index

MIT Licensed