ComponentOne Xamarin.Android
DispatchKeyShortcutEvent Method (C1VectorIcon)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1VectorIcon Class : DispatchKeyShortcutEvent Method
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 C1VectorIcon
Dim e As Android.Views.KeyEvent
Dim value As Boolean
 
value = instance.DispatchKeyShortcutEvent(e)
[Android.Runtime.Register("dispatchKeyShortcutEvent", 
   "(Landroid/view/KeyEvent;)Z", 
   "GetDispatchKeyShortcutEvent_Landroid_view_KeyEvent_Handler")]
public virtual bool DispatchKeyShortcutEvent( 
   Android.Views.KeyEvent e
)

Parameters

e
See Also

Reference

C1VectorIcon Class
C1VectorIcon Members