C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / DispatchKeyShortcutEvent Method


In This Topic
DispatchKeyShortcutEvent Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("dispatchKeyShortcutEvent", 
   "(Landroid/view/KeyEvent;)Z", 
   "GetDispatchKeyShortcutEvent_Landroid_view_KeyEvent_Handler")>
Public Overridable Function DispatchKeyShortcutEvent( _
   ByVal e As Android.Views.KeyEvent _
) As Boolean
 
'Usage
 
Dim instance As AnnotationLayer
Dim e As Android.Views.KeyEvent
Dim value As Boolean
 
value = instance.DispatchKeyShortcutEvent(e)

Parameters

e
See Also