EndRebind(Boolean) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Ends the synchronous replacement, including when a lifecycle callback throws.

public virtual void EndRebind(bool realized)

Parameters

realized
Boolean

True only when Realize completed successfully. On false, release any presentation state retained by BeginRebind. Do not assume the model or indexes were reset if a callback failed partway through.