ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / ValueChangedEventArgs Class
Members

In This Topic
    ValueChangedEventArgs Class
    In This Topic
    Provides data for the ValueChanged event of a Filter class.
    Syntax
    'Declaration
     
    
    Public Class ValueChangedEventArgs 
       Inherits System.EventArgs
    public class ValueChangedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.DataFilter.ValueChangedEventArgs

    See Also