Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressBarEvents - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ProgressBarEvents

    Specifies the events to be triggered in the progress bar component.

    Inheritance
    System.Object
    SfBaseComponent
    ProgressBarEvents
    Inherited Members
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.ProgressBar
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ProgressBarEvents : SfBaseComponent

    Constructors

    ProgressBarEvents()

    Declaration
    public ProgressBarEvents()

    Properties

    AnimationComplete

    Triggers after the animation completed.

    Declaration
    public EventCallback<ProgressValueEventArgs> AnimationComplete { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<ProgressValueEventArgs>

    AnnotationRender

    Triggers before the annotations renders.

    Declaration
    public EventCallback<AnnotationRenderEventArgs> AnnotationRender { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<AnnotationRenderEventArgs>

    Loaded

    Triggers after the progress bar component loaded.

    Declaration
    public EventCallback<EventArgs> Loaded { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.EventArgs>

    ProgressCompleted

    Triggers after the progress value completed.

    Declaration
    public EventCallback<ProgressValueEventArgs> ProgressCompleted { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<ProgressValueEventArgs>

    TextRender

    Triggers before the progress bar label renders.

    Declaration
    public EventCallback<TextRenderEventArgs> TextRender { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<TextRenderEventArgs>

    ValueChanged

    Triggers after the value has changed.

    Declaration
    public EventCallback<ProgressValueEventArgs> ValueChanged { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<ProgressValueEventArgs>

    Methods

    OnInitializedAsync()

    Method invoked when the component is ready to start.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing the asynchronous operation.

    Overrides
    SfBaseComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved