dispatchBeforeRangeChange(plus, minus, index)

Informs range change listeners that values will be removed then added at an index.

Collections that can dispatch range changes call this method to inform listeners.

On collections

Usage

  • dispatchBeforeRangeChange(plus, minus, index)

Related