ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / PositionChangedArgs Class
Members



In This Topic
    PositionChangedArgs Class
    In This Topic
    Represents the arguments of PositionChanged event.
    Syntax
    'Declaration
     
    
    Public Class PositionChangedArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As PositionChangedArgs
    public class PositionChangedArgs : System.EventArgs 
    public ref class PositionChangedArgs : public System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.Chart.Interaction.PositionChangedArgs

    See Also