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


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