[]
Interface that defines the events that will be raised for a dropdown-like control
public interface IDropDownEventSupport
Public Interface IDropDownEventSupport
| Name | Description |
|---|---|
| DropDownClosed | Occurs when the dropdown is closed |
| DropDownOpened | Occurs when the dropdown is opened |
| SelectedIndexChanged | Occurs when selected index is changed. |