> ## 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

통계 변경 알림에 대한 이벤트 처리기입니다.

## Syntax

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

### Parameters

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

구독된 통계의 변경에 대한 정보를 포함합니다.

*context*   \_In\_\
Type: void\*

처리기로 다시 전달되는 호출자 컨텍스트입니다.

### Return value

Type: void

## Argument of

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

## Requirements

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

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

## See also

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


## Related topics

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