Class ProgressChangedEventArgs
Event arguments containing the current progress of the RadLinearProgressBar.
Inheritance
System.Object
ProgressChangedEventArgs
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ProgressChangedEventArgs : Object
Properties
Progress
The current progress of the RadLinearProgressBar.
Declaration
public double Progress { get; }
Property Value
System.Double
|