RemoteDesktopRegistrar.ConnectionCenterRequested Evento

Definizione

/// [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;
[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) 

Tipo evento

Attributi

Si applica a