DxDropDownBox Events
An editor with a drop-down window.| Name | Description |
|---|---|
| DropDownClosing | Fires before the drop-down window is closed. |
| DropDownVisibleChanged | Fires when an editor’s drop-down window visibility is changed. |
| ValueChanged | Fires after the editor value changed. |
| ValueChanging | Fires when the editor value is being modified. Use this event to validate or cancel the new value. |
See Also