Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / DataTypeChanged Event

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