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



In This Topic
    SelectionChangingEventArgs Class
    In This Topic
    Provide data for the SelectionChanging event.
    Syntax
    'Declaration
     
    
    Public Class SelectionChangingEventArgs 
       Inherits System.Windows.Controls.SelectionChangedEventArgs
    'Usage
     
    
    Dim instance As SelectionChangingEventArgs
    public class SelectionChangingEventArgs : System.Windows.Controls.SelectionChangedEventArgs 
    public ref class SelectionChangingEventArgs : public System.Windows.Controls.SelectionChangedEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.Windows.RoutedEventArgs
             System.Windows.Controls.SelectionChangedEventArgs
                C1.WPF.SelectionChangingEventArgs

    See Also