ComponentOne Xamarin.Android
GenericMotion Event (C1RadialGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class : GenericMotion Event
Syntax
'Declaration
 
Public Event GenericMotion As EventHandler(Of View.GenericMotionEventArgs)
'Usage
 
Dim instance As C1RadialGauge
Dim handler As EventHandler(Of View.GenericMotionEventArgs)
 
AddHandler instance.GenericMotion, handler
public event EventHandler<View.GenericMotionEventArgs> GenericMotion
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members