ComponentBase.StateHasChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()