C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / OnCancelPendingInputEvents Method


In This Topic
OnCancelPendingInputEvents Method (FlexViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("onCancelPendingInputEvents", 
   "()V", 
   "GetOnCancelPendingInputEventsHandler", 
   ApiSince=19)>
Public Overridable Sub OnCancelPendingInputEvents() 
 
'Usage
 
Dim instance As FlexViewer
 
instance.OnCancelPendingInputEvents()
See Also