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 |