Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarCellType Class / FilterItemValueChanged Event


In This Topic
    FilterItemValueChanged Event (FilterBarCellType)
    In This Topic
    Occurs when the filter value has been changed by the user.
    Syntax
    'Declaration
     
    
    Public Event FilterItemValueChanged As EventHandler
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim handler As EventHandler
     
    AddHandler instance.FilterItemValueChanged, handler
    public event EventHandler FilterItemValueChanged
    See Also