Event arguments containing the current progress of the RadLinearProgressBar.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ProgressChangedEventArgs
Inheritance: objectProgressChangedEventArgs
Properties
The current progress of the RadLinearProgressBar.
C#
public double Progress { get; }