ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ScrollDeltaEventArgs Class / Complete Method



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