Class UploadBoxCompleteEventArgs
Represents the UploadBoxCompleteEventArgs class
Inheritance
System.Object
System.EventArgs
UploadBoxCompleteEventArgs
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 UploadBoxCompleteEventArgs : EventArgs
Constructors
UploadBoxCompleteEventArgs(Dictionary<String, Object>)
Initializes the new instance of UploadBoxCompleteEventArgs class
Declaration
public UploadBoxCompleteEventArgs(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 UploadBoxCompleteEventArgs 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 UploadBoxCompleteEventArgs class
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Extension
Gets or sets extension of file
Declaration
public string Extension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileStatus
Gets or sets the file status
Declaration
public Dictionary<string, object> FileStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Name
Gets or sets name of file
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Gets or sets size of file
Declaration
public int Size { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |