Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / IManipulationEvents Interface / OnManipulationStarted Method


In This Topic
    OnManipulationStarted Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub OnManipulationStarted( _
       ByVal e As ManipulationStartedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As IManipulationEvents
    Dim e As ManipulationStartedEventArgs
     
    instance.OnManipulationStarted(e)
    void OnManipulationStarted( 
       ManipulationStartedEventArgs e
    )

    Parameters

    e
    See Also