Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridItemPropertyCollection Class / FilterCriterionChanged Event


In This Topic
    FilterCriterionChanged Event
    In This Topic
    Raised when a filter criterion is added, removed, or cleared as well as an item property's FilterCriterion changes.
    Syntax
    'Declaration
     
    <NullableAttribute(2)>
    Public Event FilterCriterionChanged As EventHandler
    'Usage
     
    Dim instance As DataGridItemPropertyCollection
    Dim handler As EventHandler
     
    AddHandler instance.FilterCriterionChanged, handler
    [Nullable(2)]
    public event EventHandler FilterCriterionChanged
    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