ComponentOne Xamarin.Android
KeyPress Event (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : KeyPress Event
Syntax
'Declaration
 
Public Event KeyPress As EventHandler(Of View.KeyEventArgs)
'Usage
 
Dim instance As C1CheckBox
Dim handler As EventHandler(Of View.KeyEventArgs)
 
AddHandler instance.KeyPress, handler
public event EventHandler<View.KeyEventArgs> KeyPress
See Also

Reference

C1CheckBox Class
C1CheckBox Members