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



In This Topic
    C1InputEventArgs Class
    In This Topic
    Contains information of the drag events.
    Syntax
    'Declaration
     
    
    Public Class C1InputEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As C1InputEventArgs
    public class C1InputEventArgs : System.EventArgs 
    public ref class C1InputEventArgs : public System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.C1InputEventArgs
             C1.WPF.C1DragEventArgs
             C1.WPF.C1ScrollEventArgs
             C1.WPF.C1TappedEventArgs
             C1.WPF.C1ZoomEventArgs

    See Also