Class UploadBoxRemoveFileEventArgs
Represents the UploadBoxRemoveFileEventArgs class
Inheritance
System.Object
System.EventArgs
UploadBoxRemoveFileEventArgs
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 UploadBoxRemoveFileEventArgs : EventArgs
Constructors
UploadBoxRemoveFileEventArgs(Dictionary<String, Object>)
Initializes the new instance of UploadBoxRemoveFileEventArgs class
Declaration
public UploadBoxRemoveFileEventArgs(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 UploadBoxRemoveFileEventArgs 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 UploadBoxRemoveFileEventArgs 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 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 |