alphaTab.ProgressEventArgs
Represents the progress of any data being loaded.
class ProgressEventArgsProperties​
loaded​
Gets the currently loaded bytes.
- JavaScript
- C#
- Kotlin
readonly loaded: number;double Loaded { get; }val loaded: Doubletotal​
Gets the total number of bytes to load.
- JavaScript
- C#
- Kotlin
readonly total: number;double Total { get; }val total: Double