Class ProgressBarEventArgs
Represents the ProgressBarEventArgs class
Inheritance
System.Object
System.EventArgs
ProgressBarEventArgs
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: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class ProgressBarEventArgs : EventArgs
Constructors
ProgressBarEventArgs(Dictionary<String, Object>)
Initializes a new instance of ProgressBarEventArgs class
Declaration
public ProgressBarEventArgs(Dictionary<string, object> args)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | args | Gets the event arguments as Dictionary object |
Properties
Arguments
Gets or sets the arguments of ProgressBarEventArgs class
Declaration
public Dictionary<string, object> Arguments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
EventType
Gets or sets the event type of ProgressBarEventArgs class
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Percentage
Gets or sets the percentage
Declaration
public string Percentage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |