Skip to main content

TreeSelectionModelBase<T>.BatchUpdateOperation<T> Struct

Definition

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

Represents a batch update operation that defers selection change notifications.

public struct TreeSelectionModelBase<T>.BatchUpdateOperation<T>

Inheritance: ValueType -> TreeSelectionModelBase<T>.BatchUpdateOperation<T>

Implements: IDisposable

Remarks

This struct implements IDisposable to allow using it with a using statement to automatically end the batch update when the using block exits.

Constructors

NameDescription
TreeSelectionModelBase<T>.BatchUpdateOperation<T>No summary available.

TreeSelectionModelBase<T>.BatchUpdateOperation<T> Constructor

public TreeSelectionModelBase<T>.BatchUpdateOperation<T>(Avalonia.Controls.Selection.TreeSelectionModelBase<T><T> owner)

Parameters

owner Avalonia.Controls.Selection.TreeSelectionModelBase<T><T>

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()