Class DropDownEventArgs
Provides data for DropDownEventHandler.
Inheritance
System.Object
DropDownEventArgs
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 |
|---|
| System.Windows.Forms.ToolStripDropDown |