TreeSelectionModelBase<T>.BatchUpdateOperation<T> Struct
Definition
Represents a batch update operation that defers selection change notifications.
public struct TreeSelectionModelBase<T>.BatchUpdateOperation<T>
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
| Name | Description |
|---|---|
| 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
| 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()