GridCellDataBoundEventArgs Constructor |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic GridCellDataBoundEventArgs(
GridColumn column,
TableCell cell
)
Public Sub New (
column As GridColumn,
cell As TableCell
)
public:
GridCellDataBoundEventArgs(
GridColumn^ column,
TableCell^ cell
)
new :
column : GridColumn *
cell : TableCell -> GridCellDataBoundEventArgs
Parameters
- column
- Type: Kettic.AspNet.ControlsGridColumn
- cell
- Type: System.Web.UI.WebControlsTableCell
See Also