OnBrnFormSelectAll typedef

OnBrnFormSelectAll = void Function(int index, bool isSelect)

用于model兼容回调 主要用于各种点击事件

Implementation

typedef OnBrnFormSelectAll = void Function(int index, bool isSelect);