Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / EditorAction Event


In This Topic
    EditorAction Event (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event EditorAction As EventHandler(Of TextView.EditorActionEventArgs)
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim handler As EventHandler(Of TextView.EditorActionEventArgs)
     
    AddHandler instance.EditorAction, handler
    See Also