Class ProgressChangedEventArgs
Event arguments containing the current progress of the Rad
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 Rad
Declaration
public double Progress { get; }
Property Value
System.
|