Class ProgressChangedEventArgs
Inheritance
System.Object
ProgressChangedEventArgs
Namespace: Telerik.XamarinForms.Primitives.ProgressBar
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class ProgressChangedEventArgs : Object
Properties
Progress
Declaration
public double Progress { get; }
Property Value
System.Double
|