Arguments class for TreeNodeFileDataBind event handler
| C# | Visual Basic |
public class FileCellDataBindEventArgs
Public Class FileCellDataBindEventArgs
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| FileCellDataBindEventArgs(TableCell, TableRow, FileColumn, Object, DataRowView) | Initializes a new instance of the FileCellDataBindEventArgs class | |
| Cell |
TableCell being bound to
| |
| CellValue |
Value assigned to the cell
| |
| ColumnInfo |
FileColumn associated with the cell
| |
| DataRow |
Reference to the data row for the file or folder
| |
| Row |
TableRow containing the cell
|
| Object | |
| FileCellDataBindEventArgs | |