menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class DropdownListEventArgs

    Represents the DropdownListEventArgs class

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

    Constructors

    DropdownListEventArgs(Dictionary<String, Object>)

    Initializes a new instance of DropdownListEventArgs class

    Declaration
    public DropdownListEventArgs(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 DropdownListEventArgs class

    Declaration
    public Dictionary<string, object> Arguments { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    CascadeValue

    Gets or sets the cascaded value

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

    EventType

    Gets or sets the event type of DropdownListEventArgs class

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

    IsChecked

    Gets or sets the value for checkbox

    Declaration
    public bool IsChecked { get; set; }
    Property Value
    Type Description
    System.Boolean

    ItemId

    Gets or sets the item id

    Declaration
    public int ItemId { get; set; }
    Property Value
    Type Description
    System.Int32

    SearchedListItems

    Gets or sets the searched list items

    Declaration
    public ArrayList SearchedListItems { get; set; }
    Property Value
    Type Description
    System.Collections.ArrayList

    SearchString

    Gets or sets the search string

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

    SelectedText

    Gets or sets the selected text

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

    Text

    Gets or sets the text

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