Skip to main content

TreeDataGridRowSelectionModel<TModel>.BatchUpdateOperation<TModel> Struct

Definition

Assembly:Avalonia.Controls.TreeDataGrid
Package:Avalonia.Controls.TreeDataGrid

Represents a batch update operation that defers selection change notifications.

public struct TreeDataGridRowSelectionModel<TModel>.BatchUpdateOperation<TModel>

Inheritance: ValueType -> TreeDataGridRowSelectionModel<TModel>.BatchUpdateOperation<TModel>

Implements: IDisposable

Constructors

TreeDataGridRowSelectionModel<TModel>.BatchUpdateOperation<TModel> Constructor

public TreeDataGridRowSelectionModel<TModel>.BatchUpdateOperation<TModel>(Avalonia.Controls.Selection.TreeDataGridRowSelectionModel<TModel><TModel> owner)

Parameters

owner Avalonia.Controls.Selection.TreeDataGridRowSelectionModel<TModel><TModel>

Methods

NameDescription
DisposeEnds the batch update operation and commits the selection changes.

Dispose Method

Ends the batch update operation and commits the selection changes.

public void Dispose()