Spread Windows Forms 12.0 Product Documentation
FilterBarDropDownSelectionChangingEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > FilterBarDropDownSelectionChangingEventArgs Class : FilterBarDropDownSelectionChangingEventArgs Constructor
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

Reference

FilterBarDropDownSelectionChangingEventArgs Class
FilterBarDropDownSelectionChangingEventArgs Members