ComponentOne Xamarin.Android
KeyPress Event (CalendarMonthsPanel)


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

Reference

CalendarMonthsPanel Class
CalendarMonthsPanel Members