BCGSoft.Controls.Grid Namespace > GridCreateCustomCellEventArgs Class : GridCreateCustomCellEventArgs Constructor |
'Declaration Public Function New( _ ByVal column As GridColumn, _ ByVal row As GridDataRow, _ ByVal item As GridDataItem, _ ByVal columnIndex As Integer, _ ByVal rowIndex As Integer _ )
'Usage Dim column As GridColumn Dim row As GridDataRow Dim item As GridDataItem Dim columnIndex As Integer Dim rowIndex As Integer Dim instance As New GridCreateCustomCellEventArgs(column, row, item, columnIndex, rowIndex)
public GridCreateCustomCellEventArgs( GridColumn column, GridDataRow row, GridDataItem item, int columnIndex, int rowIndex )
public: GridCreateCustomCellEventArgs( GridColumn* column, GridDataRow* row, GridDataItem* item, int columnIndex, int rowIndex )
public: GridCreateCustomCellEventArgs( GridColumn^ column, GridDataRow^ row, GridDataItem^ item, int columnIndex, int rowIndex )
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