ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / DataTypeChanged Event

In This Topic
    DataTypeChanged Event (C1TextBox)
    In This Topic
    Occurs when the DataType property changes.
    Syntax
    'Declaration
     
    Public Event DataTypeChanged As EventHandler
    public event EventHandler DataTypeChanged
    See Also