ComponentOne Xamarin.Android
KeyPress Event (GridGroupRowCell)


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

Reference

GridGroupRowCell Class
GridGroupRowCell Members