ExternalWindowChangedEventArgs
Provides data for changes to the tracked top-level window of an external RDP session.
Type
csharp
RoyalApps.Community.Rdp.WinForms.Controls.Events.ExternalWindowChangedEventArgsUsed 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.
