Class DropDownStateEventArgs
A class that defines MultiSelectionComboBox DropDown event Arguements
Inheritance
System.Object
System.EventArgs
DropDownStateEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DropDownStateEventArgs : EventArgs
Constructors
DropDownStateEventArgs(Boolean)
Initializer of DropDownStateEventArgs class
Declaration
public DropDownStateEventArgs(bool dropdown)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | dropdown |
Properties
IsDropDown
Gets whether the MultiSelectionComboBox dropdown window visible or not
Declaration
public bool IsDropDown { get; }
Property Value
Type |
---|
System.Boolean |