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



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

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

    See Also