Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / SmartDropDown Object / ValueChanged Event
In This Topic
    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 sender As Object, _
       ByVal value As String _
    ) 

    Parameters

    sender
    The event invoker
    value
    The new value held by the SmartUx Control.
    See Also