WinForms

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

    Show / Hide Table of Contents

    Class DropDownEventArgs

    Provides data for DropDownEventHandler.

    Inheritance
    System.Object
    System.EventArgs
    DropDownEventArgs
    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.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DropDownEventArgs : EventArgs

    Constructors

    DropDownEventArgs(ToolStripDropDown)

    Constructor of the DropDownEventArgs

    Declaration
    public DropDownEventArgs(ToolStripDropDown dropDown)
    Parameters
    Type Name Description
    System.Windows.Forms.ToolStripDropDown dropDown

    The DropDown that will be shown.

    Properties

    DropDown

    The DropDown that will be shown.

    Declaration
    public ToolStripDropDown DropDown { get; }
    Property Value
    Type Description
    System.Windows.Forms.ToolStripDropDown
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved