Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationStartedEventArgs Class / Complete Method


In This Topic
    Complete Method (ManipulationStartedEventArgs)
    In This Topic
    Completes the manipulation without inertia.
    Syntax
    'Declaration
     
    
    Public Sub Complete() 
    'Usage
     
    
    Dim instance As ManipulationStartedEventArgs
     
    instance.Complete()
    public void Complete()
    See Also