OnSelectionPreShow typedef
OnSelectionPreShow =
SelectionWindowType Function(int index, SelectionEntity entity)
筛选弹窗打开前的回调方法。
Implementation
typedef OnSelectionPreShow = SelectionWindowType Function(
int index, SelectionEntity entity);