Xamarin.Android | ComponentOne
C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / GenericMotion Event


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