> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblStatisticChangedHandler

> XblStatisticChangedHandler

# XblStatisticChangedHandler

Controlador de eventos para las notificaciones de cambio de estadísticas.

## Sintaxis

```cpp theme={null}
void XblStatisticChangedHandler(  
         XblStatisticChangeEventArgs statisticChangeEventArgs,  
         void* context  
)  
```

### Parámetros

*statisticChangeEventArgs*   \_In\_\
Tipo: [XblStatisticChangeEventArgs](/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs)

Contiene información sobre un cambio en una estadística suscrita.

*context*   \_In\_\
Tipo: void\*

Contexto del autor de la llamada que se devolverá al controlador.

### Valor devuelto

Tipo: void

## Argumento de

[XblUserStatisticsAddStatisticChangedHandler](/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsaddstatisticchangedhandler)

## Requisitos

**Encabezado:** user\_statistics\_c.h

**Biblioteca:** Microsoft.Xbox.Services.14x.GDK.C.lib

## Consulte también

[user\_statistics\_c](/reference/live/xsapi-c/user_statistics_c/user_statistics_c_members)


## Related topics

- [XblUserStatisticsAddStatisticChangedHandler](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsaddstatisticchangedhandler.md)
- [XblStatisticChangeEventArgs](/es/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs.md)
- [XblUserStatisticsTrackStatistics](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticstrackstatistics.md)
- [XblUserStatisticsRemoveStatisticChangedHandler](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsremovestatisticchangedhandler.md)
- [XblMultiplayerSessionChangedHandler](/es/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionchangedhandler.md)
