C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / CancelPendingInputEvents Method


In This Topic
CancelPendingInputEvents Method (C1LinearGauge)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("cancelPendingInputEvents", 
   "()V", 
   "", 
   ApiSince=19)>
Public Sub CancelPendingInputEvents() 
 
'Usage
 
Dim instance As C1LinearGauge
 
instance.CancelPendingInputEvents()
See Also