# Function: onIncomeRemove

onIncomeRemove(this: void, handler: IncomeRemoveEventHandler): void

监听收益项移除事件

# 参数:

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

IncomeRemoveEventHandler: MogsEventHandler‹IncomeRemoveEvent

IncomeRemoveEvent结构

属性 类型 描述
income ReadonlyClone‹Income 被移除的收益项
type IncomeRemove 事件类型,由具体的事件构造时提供

# 返回值:

void