Sandbox Logo

Panel.StateHasChanged

void StateHasChanged()

Description

For razor panels, call when the state of the render tree has changed such that it would be a good idea to re-render the tree. You would usually not need to call this manually.

Return

User Comments