|
FineUIPro
8.2.1
企业级 ASP.NET UI 控件库
|
表格行点击事件参数 更多...
继承自 EventArgs .
Public 成员函数 | |
| GridAfterEditEventArgs (int rowIndex, string rowID, int columnIndex, string columnID) | |
| 构造函数 更多... | |
属性 | |
| int | RowIndex [get] |
| 行索引 更多... | |
| int | ColumnIndex [get] |
| 列索引 更多... | |
| string | ColumnID [get] |
| 列ID 更多... | |
| string | RowID [get] |
| 行ID 更多... | |
表格行点击事件参数
| FineUIPro.GridAfterEditEventArgs.GridAfterEditEventArgs | ( | int | rowIndex, |
| string | rowID, | ||
| int | columnIndex, | ||
| string | columnID | ||
| ) |
构造函数
| rowIndex | 行索引 |
| rowID | 行ID |
| columnIndex | 列索引 |
| columnID | 列ID |
|
get |
列ID
|
get |
列索引
|
get |
行ID
|
get |
行索引