Xceed DataGrid for WPF v7.2 Documentation
AutoFilterValuesChangedEventArgs Class
Members 


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : AutoFilterValuesChangedEventArgs Class
Provides information and event data on AutoFilterValues that have changed.
Syntax
'Declaration
 
Public Class AutoFilterValuesChangedEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As AutoFilterValuesChangedEventArgs
public class AutoFilterValuesChangedEventArgs : System.EventArgs 
Remarks
The AutoFilterValuesChanged event allows for notification when a DataGridCollectionView's AutoFilterValues changes, without needing to manually subscribe to each value in the AutoFilterValues collection.
Inheritance Hierarchy

System.Object
   System.EventArgs
      Xceed.Wpf.DataGrid.AutoFilterValuesChangedEventArgs

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AutoFilterValuesChangedEventArgs Members
Xceed.Wpf.DataGrid Namespace