Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1TextBox Class / ValueChanged Event


In This Topic
    ValueChanged Event (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As EventHandler
    'Usage
     
    
    Dim instance As C1TextBox
    Dim handler As EventHandler
     
    AddHandler instance.ValueChanged, handler
    public event EventHandler ValueChanged
    See Also