Class ComboBoxBarItemInitListBoxEventArgs
Provides data for the InitListBox event.
Inheritance
System.Object
ComboBoxBarItemInitListBoxEventArgs
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ComboBoxBarItemInitListBoxEventArgs : EventArgs
Constructors
ComboBoxBarItemInitListBoxEventArgs(ListBox)
Declaration
public ComboBoxBarItemInitListBoxEventArgs(ListBox listBox)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.ListBox | listBox |
Properties
ListBox
Declaration
public ListBox ListBox { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.ListBox |