ComponentOne Xamarin.Android
GenericMotion Event (C1MaskedTextView)


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

Reference

C1MaskedTextView Class
C1MaskedTextView Members