BeginBatchUpdate() Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Begins a batch update of the selection.

void BeginBatchUpdate()

Remarks

During a batch update no changes to the selection will be reflected in the model's properties and no events will be raised until EndBatchUpdate() is called.

BeginBatchUpdate() may be called multiple times, even when a batch update is already in progress; each call must have a corresponding call to EndBatchUpdate() in order to finish the operation.