UserInformation.AccountPictureChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Se produit lorsque l’image ou le nom de l’utilisateur change.
Important
La classe UserInformation n’est pas prise en charge sur Windows 10 ou version ultérieure. Utilisez plutôt la classe User . Consultez Remarques dans la documentation de la classe UserInformation .
// Register
static event_token AccountPictureChanged(EventHandler<IInspectable> const& handler) const;
// Revoke with event_token
static void AccountPictureChanged(event_token const* cookie) const;
// Revoke with event_revoker
static UserInformation::AccountPictureChanged_revoker AccountPictureChanged(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
/// [remove: Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
// Register
static event_token AccountPictureChanged(EventHandler<IInspectable> const& handler) const;
// Revoke with event_token
static void AccountPictureChanged(event_token const* cookie) const;
// Revoke with event_revoker
static UserInformation::AccountPictureChanged_revoker AccountPictureChanged(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
public static event System.EventHandler<object> AccountPictureChanged;
[add: Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
[remove: Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
public static event System.EventHandler<object> AccountPictureChanged;
function onAccountPictureChanged(eventArgs) { /* Your code */ }
Windows.System.UserProfile.UserInformation.addEventListener("accountpicturechanged", onAccountPictureChanged);
Windows.System.UserProfile.UserInformation.removeEventListener("accountpicturechanged", onAccountPictureChanged);
- or -
Windows.System.UserProfile.UserInformation.onaccountpicturechanged = onAccountPictureChanged;
Public Shared Custom Event AccountPictureChanged As EventHandler(Of Object)
Type d'événement
- Attributs
Remarques
Important
La classe UserInformation n’est pas prise en charge sur Windows 10 ou version ultérieure. Utilisez plutôt la classe User . Consultez Remarques dans la documentation de la classe UserInformation .
Utilisez cet événement pour surveiller les modifications apportées à l’image du compte de l’utilisateur.
L’accès à cet événement peut être bloqué par les paramètres de confidentialité. Si l’accès est bloqué, la propriété AccountPictureChangeEnabled est false.