Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / ValueChangedEventArgs Class
Members

In This Topic
    ValueChangedEventArgs Class
    In This Topic
    Provides data for the NotifyPropertyChanged.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.Blazor.DataFilter.ValueChangedEventArgs

    See Also