ComponentOne Xamarin.Android
GenericMotion Event (C1ToggleButton)


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

Reference

C1ToggleButton Class
C1ToggleButton Members