Table of Contents

Method EndUpdate

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

EndUpdate()

Ends an update of the tree view. Call this method after making multiple changes to the tree view to refresh the view.

public virtual void EndUpdate()

Exceptions

Exception

Thrown if EndUpdate is called without a preceding BeginUpdate call.