ComponentOne Xamarin.Android
KeyPress Event (C1Icon)


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

Reference

C1Icon Class
C1Icon Members