BCGControlBar Library for .NET
GridFilterEventArgs Constructor




Syntax
'Declaration
 
Public Function New( _
   ByVal columnIndex As Integer, _
   ByVal rowIndex As Integer, _
   ByVal item As GridDataItem, _
   ByVal isFilteredNow As Boolean _
)
'Usage
 
Dim columnIndex As Integer
Dim rowIndex As Integer
Dim item As GridDataItem
Dim isFilteredNow As Boolean
 
Dim instance As New GridFilterEventArgs(columnIndex, rowIndex, item, isFilteredNow)
public GridFilterEventArgs( 
   int columnIndex,
   int rowIndex,
   GridDataItem item,
   bool isFilteredNow
)
public: GridFilterEventArgs( 
   int columnIndex,
   int rowIndex,
   GridDataItem* item,
   bool isFilteredNow
)
public:
GridFilterEventArgs( 
   int columnIndex,
   int rowIndex,
   GridDataItem^ item,
   bool isFilteredNow
)

Parameters

columnIndex
rowIndex
item
isFilteredNow
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridFilterEventArgs Class
GridFilterEventArgs Members

Send Feedback