Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / TouchDownRepeat Event


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