ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownForm Class / OwnerControlTextChanged Event

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