Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / DropDownForm Class / OwnerControlValueChanged Event

In This Topic
    OwnerControlValueChanged Event (DropDownForm)
    In This Topic
    Occurs when OwnerControl.Value property is changed.
    Syntax
    'Declaration
     
    
    Public Event OwnerControlValueChanged As EventHandler
    public event EventHandler OwnerControlValueChanged
    See Also