ComboBox Events
| Name | Return Type | Description |
|---|---|---|
| CurrentChanged | event | Subscribe to this event to be notified when the current item of the ComboBox is changed. |
| DropDownClosed | event | Subscribe to this event to be notified when the drop-down of the ComboBox is closed. |
| DropDownOpened | event | Subscribe to this event to be notified when the drop-down of the ComboBox is opened. |