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


In This Topic
    ValueChanged Event (ISmartDatePicker)
    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 ISmartDatePicker
    Dim handler As ValueChangedEventHandler
     
    AddHandler instance.ValueChanged, handler
    event ValueChangedEventHandler ValueChanged
    See Also