Skip to main content

Definition

Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials Inheritance: System.Enum

Syntax

CloudNimble.BlazorEssentials.StateHasChangedDelayMode

Summary

Defines how BlazorObservables are monitored to reduce the number of times StateHasChanged is fired.

Values

NameValueDescription
Off0Does not reduce the number of times StateHasChanged is called.
Debounce1Only fire StateHasChanged if it hasn’t been called in X milliseconds.
Throttle2Only fire StateHasChanged once every X milliseconds.