Batch
methodsSuppresses triggering of change events for a sequence of actions. Triggers a single change event at the end of the sequence.
Greatly improves performance when calling multiple methods that change the sheet state, as the widget will be refreshed once.
Parameters:callbackFunction
changeEventArgsObject
The sequence of actions that will be executed without triggering a change event.
The change event arguments that will be used for the change event triggered after the callback finishes executing.