Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / FilterBarDropDownSelectionChanging Event


FilterBarDropDownSelectionChanging Event
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
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