Compartilhar via


GameList.GameUpdated Evento

Definição

Indica que um GameListEntry foi atualizado na GameList

public:
 static event GameListChangedEventHandler ^ GameUpdated;
// Register
static event_token GameUpdated(GameListChangedEventHandler const& handler) const;

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

// Revoke with event_revoker
static GameList::GameUpdated_revoker GameUpdated(auto_revoke_t, GameListChangedEventHandler const& handler) const;
public static event GameListChangedEventHandler GameUpdated;
function onGameUpdated(eventArgs) { /* Your code */ }
Windows.Gaming.Preview.GamesEnumeration.GameList.addEventListener("gameupdated", onGameUpdated);
Windows.Gaming.Preview.GamesEnumeration.GameList.removeEventListener("gameupdated", onGameUpdated);
- or -
Windows.Gaming.Preview.GamesEnumeration.GameList.ongameupdated = onGameUpdated;
Public Shared Custom Event GameUpdated As GameListChangedEventHandler 

Tipo de evento

Requisitos do Windows

Funcionalidades do aplicativo
gameList

Comentários

Essa API não está disponível para todos os aplicativos. A menos que sua conta de desenvolvedor seja provisionada especialmente pela Microsoft, as chamadas para essas APIs falharão em runtime.

Aplica-se a