menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComboBoxBarItemInitListBoxEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ComboBoxBarItemInitListBoxEventArgs

    Provides data for the InitListBox event.

    Inheritance
    System.Object
    System.EventArgs
    ComboBoxBarItemInitListBoxEventArgs
    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.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved