Class ProgressEventArgs
Inheritance
System.Object
System.EventArgs
ProgressEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Data
Assembly: TelerikData.dll
Syntax
public class ProgressEventArgs : EventArgs
Constructors
ProgressEventArgs(Int32)
Declaration
public ProgressEventArgs(int value)
Parameters
System.Int32
value
|
Properties
ProgressValue
Declaration
public int ProgressValue { get; }
Property Value
System.Int32
|