Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / FilterBarDropDownSelectionChanging Event


In This Topic
    FilterBarDropDownSelectionChanging Event
    In This Topic
    Occurs when the user selects a value from the drop-down list in the filter bar editor.
    Syntax
    'Declaration
     
    
    Public Event FilterBarDropDownSelectionChanging As FilterBarDropDownSelectionChangingEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As FilterBarDropDownSelectionChangingEventHandler
     
    AddHandler instance.FilterBarDropDownSelectionChanging, handler
    public event FilterBarDropDownSelectionChangingEventHandler FilterBarDropDownSelectionChanging
    Event Data

    The event handler receives an argument of type FilterBarDropDownSelectionChangingEventArgs containing data related to this event. The following FilterBarDropDownSelectionChangingEventArgs properties provide information specific to this event.

    PropertyDescription
    The new value.  
    Specifies the column index.  
    Indicates whether the new value is handled.  
    See Also