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



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

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

    See Also