ComponentOne Xamarin.Android
KeyPress Event (C1DropDown)


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

Reference

C1DropDown Class
C1DropDown Members