Skip to content

Commit cc55a2b

Browse files
Document RemoteDesktopRegistrar.ConnectionCenterRequested event (ADO #562869)
New event raised when the user requests the boot to cloud Connection Center in a remote desktop provider app. Adds new event ref topic and updates the RemoteDesktopRegistrar class overview with the -events table. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e5daabd commit cc55a2b

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

windows.system.remotedesktop.provider/remotedesktopregistrar.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ Provides methods for querying the status of the remote desktop features enabled
1919
2020
## -remarks
2121

22+
## -events
2223

23-
24+
| Event | Description |
25+
|-------|-------------|
26+
| [ConnectionCenterRequested](remotedesktopregistrar_connectioncenterrequested.md) | Raised when the user requests the boot to cloud Connection Center. |
2427

2528
## -see-also
2629

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
-api-id: E:Windows.System.RemoteDesktop.Provider.RemoteDesktopRegistrar.ConnectionCenterRequested
3+
-api-type: winrt event
4+
---
5+
6+
# Windows.System.RemoteDesktop.Provider.RemoteDesktopRegistrar.ConnectionCenterRequested
7+
8+
<!--
9+
public static event Windows.Foundation.EventHandler<object> ConnectionCenterRequested;
10+
-->
11+
12+
13+
## -description
14+
15+
Raised when the user requests the boot to cloud Connection Center in a remote desktop provider app.
16+
17+
## -remarks
18+
19+
Remote desktop provider apps running in the [boot to cloud](/windows-365/enterprise/windows-365-boot-overview#connection-center-at-logon) scenario should subscribe to this event to receive notifications when the user has requested the Connection Center. When the event is raised, the app should display the Connection Center UI to the user.
20+
21+
> [!IMPORTANT]
22+
> The **RemoteDesktopRegistrar** API is part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, please use the [LAF Access Token Request Form](https://go.microsoft.com/fwlink/?linkid=2271232&clcid=0x409).
23+
24+
## -see-also
25+
26+
[RemoteDesktopRegistrar](remotedesktopregistrar.md)
27+
28+
## -examples
29+
30+

0 commit comments

Comments
 (0)