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


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