# Function: onHistoryPerformanceChange

onHistoryPerformanceChange(this: void, handler: HistoryPerformanceChangeEventHandler): void

监听历史赛季表现更新

# 参数:

属性 类型 描述
this void -
handler HistoryPerformanceChangeEventHandler 事件触发的回调方法

HistoryPerformanceChangeEventHandler: MogsEventHandler‹HistoryPerformanceChangeEvent

HistoryPerformanceChangeEvent结构

属性 类型 描述
currentValue ReadonlyClone‹HistoryPerformance[]› 数据改变后的值
previousValue ReadonlyClone‹HistoryPerformance[]› 数据改变前的值
type HistoryPerformanceChange 事件类型,由具体的事件构造时提供

# 返回值:

void