Spread Windows Forms 12.0 Product Documentation
FilterBarDropDownSelectionChangingEventHandler Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : FilterBarDropDownSelectionChangingEventHandler Delegate
Represents a defined method that handles the selection changing in the FilterBar editor.
Syntax
'Declaration
 
Public Delegate Sub FilterBarDropDownSelectionChangingEventHandler( _
   ByVal sender As Object, _
   ByVal e As FilterBarDropDownSelectionChangingEventArgs _
) 
'Usage
 
Dim instance As New FilterBarDropDownSelectionChangingEventHandler(AddressOf HandlerMethod)
public delegate void FilterBarDropDownSelectionChangingEventHandler( 
   object sender,
   FilterBarDropDownSelectionChangingEventArgs e
)

Parameters

sender
e
See Also

Reference

FilterBarDropDownSelectionChangingEventHandler Members
FarPoint.Win.Spread.CellType Namespace