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