Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / SmartDropDown.ValueChangedEventHandler Event
The event invoker
The new value held by the SmartUx Control.
In This Topic
SmartDropDown.ValueChangedEventHandler Event
In This Topic
This event occurs when the value in the underlying SmartUx Control is changed.
Syntax
<Runtime.InteropServices.ComVisibleAttribute(True)>
Public Delegate Sub SmartDropDown.ValueChangedEventHandler( _
   ByVal sender As Object, _
   ByVal value As String _
) 

Parameters

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