Change |
Fired when selection is changed. |
this.data.val
this.data.added object
this.data.removed object
|
Opening |
Fired before the dropdown is shown. |
|
Open |
Fired after the dropdown is shown. |
|
Highlight |
Fired when a choice is highlighted in the dropdown. |
this.data.val
this.data.choice object
|
Selecting |
Fired when a choice is being selected in the dropdown. |
this.data.val
this.data.choice object
|
Clearing |
Fired when a choice is being cleared in the dropdown. |
|
Removed |
Fired when a choice is removed or cleared. |
this.data.val
this.data.choice object
|
Focus |
Fired when the control is focussed. |
|
Blur |
Fired when the control is blurred. |
|