Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IFilterItemEditor Interface / FilterItemValueChanged Event


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