TreeDataGridCellSelectionModel<TModel>.BatchUpdateOperation<TModel> Struct
Definition
Represents a batch update operation that defers selection change notifications.
public struct TreeDataGridCellSelectionModel<TModel>.BatchUpdateOperation<TModel>
Constructors
| Name | Description |
|---|---|
| TreeDataGridCellSelectionModel<TModel>.BatchUpdateOperation<TModel> | No summary available. |
TreeDataGridCellSelectionModel<TModel>.BatchUpdateOperation<TModel> Constructor
public TreeDataGridCellSelectionModel<TModel>.BatchUpdateOperation<TModel>(Avalonia.Controls.Selection.TreeDataGridCellSelectionModel<TModel><TModel> owner)
Parameters
owner Avalonia.Controls.Selection.TreeDataGridCellSelectionModel<TModel><TModel>
Methods
| Name | Description |
|---|---|
| Dispose | Ends the batch update operation and commits the selection changes. |
Dispose Method
Ends the batch update operation and commits the selection changes.
public void Dispose()