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 | |
| System.Action<T><UiPageProgressOptions> | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Events
ProgressChanged
Declaration
event EventHandler<UiPageProgressEventArgs> ProgressChanged
Event Type
| Type | Description |
|---|---|
| System.EventHandler<TEventArgs><UiPageProgressEventArgs> |