Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarDropDownSelectionChangingEventArgs Class / FilterBarDropDownSelectionChangingEventArgs Constructor


In This Topic
    FilterBarDropDownSelectionChangingEventArgs Constructor
    In This Topic
    Creates a new FilterBarEditorSelectionChangedEventArgs object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal columnIndex As Integer, _
       ByVal changesObject As Object _
    )
    'Usage
     
    
    Dim columnIndex As Integer
    Dim changesObject As Object
     
    Dim instance As New FilterBarDropDownSelectionChangingEventArgs(columnIndex, changesObject)
    public FilterBarDropDownSelectionChangingEventArgs( 
       int columnIndex,
       object changesObject
    )

    Parameters

    columnIndex
    changesObject
    See Also