ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / 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