Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1TextField Class / TouchDownRepeat Event


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