Class
ProgressEventArgs

Definition

Namespace:Telerik.Data

Assembly:TelerikData.dll

Syntax:

cs-api-definition
public class ProgressEventArgs : EventArgs

Inheritance: objectEventArgsProgressEventArgs

Inherited Members EventArgs.Empty

Constructors

ProgressEventArgs(int)

Declaration

cs-api-definition
public ProgressEventArgs(int value)

Parameters

value

int

Properties

ProgressValue

Declaration

cs-api-definition
public int ProgressValue { get; }

Property Value

int