ValueChanged Event (SmartDropDown)
In This Topic
This event occurs when the value selected by this SmartUx control is changed.
Syntax
private Sub SmartDropDown_ValueChanged (
ByVal As Object, _
ByVal As String _
)
Parameters
- sender
- The event invoker
- value
- The new value held by the SmartUx Control.
See Also