C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / GenericMotion Event


In This Topic
GenericMotion Event (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
Public Event GenericMotion As EventHandler(Of View.GenericMotionEventArgs)
 
'Usage
 
Dim instance As C1VectorIcon
Dim handler As EventHandler(Of View.GenericMotionEventArgs)
 
AddHandler instance.GenericMotion, handler
See Also