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



In This Topic
    PositionChangedEventArgs Class
    In This Topic
    Provides data for the C1Window.PositionChanged event.
    Syntax
    'Declaration
     
    
    Public Class PositionChangedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As PositionChangedEventArgs
    public class PositionChangedEventArgs : System.EventArgs 
    public ref class PositionChangedEventArgs : public System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.PositionChangedEventArgs

    See Also