RemoteDesktopRegistrar.ConnectionCenterRequested Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
// Register
static event_token ConnectionCenterRequested(EventHandler<IInspectable> const& handler) const;
// Revoke with event_token
static void ConnectionCenterRequested(event_token const* cookie) const;
// Revoke with event_revoker
static RemoteDesktopRegistrar::ConnectionCenterRequested_revoker ConnectionCenterRequested(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
/// [Windows.Foundation.Metadata.Experimental]
/// [add: Windows.Foundation.Metadata.Experimental]
/// [remove: Windows.Foundation.Metadata.Experimental]
// Register
static event_token ConnectionCenterRequested(EventHandler<IInspectable> const& handler) const;
// Revoke with event_token
static void ConnectionCenterRequested(event_token const* cookie) const;
// Revoke with event_revoker
static RemoteDesktopRegistrar::ConnectionCenterRequested_revoker ConnectionCenterRequested(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
public static event System.EventHandler<object> ConnectionCenterRequested;
[Windows.Foundation.Metadata.Experimental]
[add: Windows.Foundation.Metadata.Experimental]
[remove: Windows.Foundation.Metadata.Experimental]
public static event System.EventHandler<object> ConnectionCenterRequested;
function onConnectionCenterRequested(eventArgs) { /* Your code */ }
Windows.System.RemoteDesktop.Provider.RemoteDesktopRegistrar.addEventListener("connectioncenterrequested", onConnectionCenterRequested);
Windows.System.RemoteDesktop.Provider.RemoteDesktopRegistrar.removeEventListener("connectioncenterrequested", onConnectionCenterRequested);
- or -
Windows.System.RemoteDesktop.Provider.RemoteDesktopRegistrar.onconnectioncenterrequested = onConnectionCenterRequested;
Public Shared Custom Event ConnectionCenterRequested As EventHandler(Of Object)
Event Type
- Attributes