Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartDropDown Interface / ValueChanged Event


In This Topic
    ValueChanged Event (ISmartDropDown)
    In This Topic
    This event is triggered when the value selected by this decoration is changed.
    Syntax
    'Declaration
     
    
    Event ValueChanged As ValueChangedEventHandler
    'Usage
     
    
    Dim instance As ISmartDropDown
    Dim handler As ValueChangedEventHandler
     
    AddHandler instance.ValueChanged, handler
    event ValueChangedEventHandler ValueChanged
    See Also