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



In This Topic
    C1ZoomEventArgs Class
    In This Topic
    Contains information of the zoom events.
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1ZoomEventArgs 
       Inherits C1InputEventArgs
    'Usage
     
    
    Dim instance As C1ZoomEventArgs
    public abstract class C1ZoomEventArgs : C1InputEventArgs 
    public ref class C1ZoomEventArgs abstract : public C1InputEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.C1InputEventArgs
             C1.WPF.C1ZoomEventArgs
                C1.WPF.C1ZoomCompletedEventArgs
                C1.WPF.C1ZoomDeltaEventArgs
                C1.WPF.C1ZoomStartedEventArgs

    See Also