Show / Hide Table of Contents

Class LoadingIndicator

Inheritance
object
ComponentBase
LoadingIndicator
Implements
IComponent
IHandleEvent
IHandleAfterRender
Inherited Members
ComponentBase.OnInitialized()
ComponentBase.OnInitializedAsync()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.OnAfterRenderAsync(bool)
ComponentBase.InvokeAsync(Action)
ComponentBase.InvokeAsync(Func<Task>)
ComponentBase.DispatchExceptionAsync(Exception)
ComponentBase.SetParametersAsync(ParameterView)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.Web.LeptonTheme.Components
Assembly: Volo.Abp.AspNetCore.Components.Web.LeptonTheme.dll
Syntax
public class LoadingIndicator : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

LoadingIndicator()

Declaration
public LoadingIndicator()

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder
Overrides
ComponentBase.BuildRenderTree(RenderTreeBuilder)

Implements

IComponent
IHandleEvent
IHandleAfterRender
In this article
Back to top Powered by Volosoft