menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UploadBoxErrorFileEventArgs

    Show / Hide Table of Contents

    Class UploadBoxErrorFileEventArgs

    Represents the UploadBoxErrorFileEventArgs class

    Inheritance
    System.Object
    System.EventArgs
    UploadBoxErrorFileEventArgs
    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 UploadBoxErrorFileEventArgs : EventArgs

    Constructors

    UploadBoxErrorFileEventArgs(Dictionary<String, Object>)

    Initializes the new instance of UploadBoxErrorFileEventArgs class

    Declaration
    public UploadBoxErrorFileEventArgs(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

    Action

    Gets or sets action to be performed

    Declaration
    public string Action { get; set; }
    Property Value
    Type Description
    System.String

    Arguments

    Gets or sets the arguments of UploadBoxErrorFileEventArgs 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 UploadBoxErrorFileEventArgs 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

    Files

    Gets or sets files

    Declaration
    public Dictionary<string, object> Files { 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved