Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarDropDownSelectionChangingEventHandler Delegate


In This Topic
    FilterBarDropDownSelectionChangingEventHandler Delegate
    In This Topic
    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