Condividi tramite


Clipboard.RoamingEnabledChanged Evento

Definizione

Si verifica quando l'impostazione del sistema operativo che controlla se i dati degli Appunti sono impostati per la sincronizzazione tra dispositivi per l'utente corrente vengono modificati.

// Register
static event_token RoamingEnabledChanged(EventHandler<IInspectable> const& handler) const;

// Revoke with event_token
static void RoamingEnabledChanged(event_token const* cookie) const;

// Revoke with event_revoker
static Clipboard::RoamingEnabledChanged_revoker RoamingEnabledChanged(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
public static event System.EventHandler<object> RoamingEnabledChanged;
function onRoamingEnabledChanged(eventArgs) { /* Your code */ }
Windows.ApplicationModel.DataTransfer.Clipboard.addEventListener("roamingenabledchanged", onRoamingEnabledChanged);
Windows.ApplicationModel.DataTransfer.Clipboard.removeEventListener("roamingenabledchanged", onRoamingEnabledChanged);
- or -
Windows.ApplicationModel.DataTransfer.Clipboard.onroamingenabledchanged = onRoamingEnabledChanged;
Public Shared Custom Event RoamingEnabledChanged As EventHandler(Of Object) 

Tipo evento

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1809 (è stato introdotto in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v7.0)

Si applica a