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


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

    Parameters

    e
    See Also