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
     
    
    <SuppressMessageAttribute(Category="Microsoft.Design", 
       CheckId="CA1009:DeclareEventHandlersCorrectly", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")>
    Event ValueChanged As ValueChangedEventHandler
    'Usage
     
    
    Dim instance As ISmartDatePicker
    Dim handler As ValueChangedEventHandler
     
    AddHandler instance.ValueChanged, handler
    [SuppressMessage(Category="Microsoft.Design", 
       CheckId="CA1009:DeclareEventHandlersCorrectly", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")]
    event ValueChangedEventHandler ValueChanged
    See Also