ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ScrollDeltaEventArgs Class
Members



In This Topic
    C1ScrollDeltaEventArgs Class
    In This Topic
    Contains information of the ScrollDelta event.
    Syntax
    'Declaration
     
    
    Public Class C1ScrollDeltaEventArgs 
       Inherits C1ScrollEventArgs
    'Usage
     
    
    Dim instance As C1ScrollDeltaEventArgs
    public class C1ScrollDeltaEventArgs : C1ScrollEventArgs 
    public ref class C1ScrollDeltaEventArgs : public C1ScrollEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.C1InputEventArgs
             C1.WPF.C1ScrollEventArgs
                C1.WPF.C1ScrollDeltaEventArgs

    See Also