Class UiPageProgressEventArgs
Inheritance
object
System.EventArgs
UiPageProgressEventArgs
Inherited Members
System.EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.Progression
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public class UiPageProgressEventArgs : EventArgs
Constructors
UiPageProgressEventArgs(int?, UiPageProgressOptions)
Declaration
public UiPageProgressEventArgs(int? percentage, UiPageProgressOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| int? | percentage | |
| UiPageProgressOptions | options |
Properties
Options
Declaration
public UiPageProgressOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| UiPageProgressOptions |
Percentage
Declaration
public int? Percentage { get; }
Property Value
| Type | Description |
|---|---|
| int? |