Interface IUiPageProgressService
Namespace: Volo.Abp.AspNetCore.Components.Progression
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public interface IUiPageProgressService
Methods
Go(int?, Action<UiPageProgressOptions>?)
Declaration
Task Go(int? percentage, Action<UiPageProgressOptions>? options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| int? | percentage | |
| Action<UiPageProgressOptions> | options |
Returns
| Type | Description |
|---|---|
| Task |
Events
ProgressChanged
Declaration
event EventHandler<UiPageProgressEventArgs> ProgressChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<UiPageProgressEventArgs> |