Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / KeyListener Property


In This Topic
    KeyListener Property (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property KeyListener As Android.Text.Method.IKeyListener
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Android.Text.Method.IKeyListener
     
    instance.KeyListener = value
     
    value = instance.KeyListener
    public Android.Text.Method.IKeyListener KeyListener {get; set;}
    See Also