ComponentBase.StateHasChanged Method

Definition

Notifies the component that its state has changed. When applicable, this will cause the component to be re-rendered.

protected:
 void StateHasChanged();
protected void StateHasChanged ();
member this.StateHasChanged : unit -> unit
Protected Sub StateHasChanged ()

Applies to