[]
Represents a defined method that handles the DropDown event.
public delegate void DropDownEventHandler(object sender, DropDownEventArgs e)
Public Delegate Sub DropDownEventHandler(sender As Object, e As DropDownEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | Represents a defined method that handles the DropDown event. |
| DropDownEventArgs | e | Represents a defined method that handles the DropDown event. |