RadzenLiveRegion Class

Inheritance

Object

ComponentBase

RadzenLiveRegion

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitialized

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.SetParametersAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenLiveRegion : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenLiveRegionLink to this section

Declaration
public RadzenLiveRegion()

Properties

AssertiveLink to this section

When true the region is role="alert" / aria-live="assertive" (interrupts the user). Default is a polite role="status" region.

Declaration
public bool Assertive { get; set; }
Property Value
Type Description
boolWhen true the region is role="alert" / aria-live="assertive" (interrupts the user). Default is a polite role="status" region.

TextLink to this section

The message to announce. Assigning a new (different) value triggers an announcement.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringThe message to announce. Assigning a new (different) value triggers an announcement.

Methods

BuildRenderTreeLink to this section

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder
An error has occurred. This app may no longer respond until reloaded. Reload 🗙