FineUICore 11.7
企业级 ASP.NET Core 控件库
载入中...
搜索中...
未找到
FineUICore.GridRowCommandEventArgs类 参考

表格命令事件参数 更多...

继承自 EventArgs .

Public 成员函数

 GridRowCommandEventArgs (int rowIndex, string rowID, int columnIndex, string columnID, string commandName, string commandArgument)
 构造函数
 

属性

int RowIndex [get]
 行索引
 
string RowID [get]
 行ID
 
int ColumnIndex [get]
 列索引
 
string ColumnID [get]
 列ID
 
string CommandName [get]
 命令名称
 
string CommandArgument [get]
 命令参数
 

详细描述

表格命令事件参数

构造及析构函数说明

◆ GridRowCommandEventArgs()

FineUICore.GridRowCommandEventArgs.GridRowCommandEventArgs ( int  rowIndex,
string  rowID,
int  columnIndex,
string  columnID,
string  commandName,
string  commandArgument 
)

构造函数

参数
rowIndex行索引
rowID行ID
columnIndex列索引
columnID列ID
commandName命令名称
commandArgument命令参数

属性说明

◆ ColumnID

string FineUICore.GridRowCommandEventArgs.ColumnID
get

列ID

◆ ColumnIndex

int FineUICore.GridRowCommandEventArgs.ColumnIndex
get

列索引

◆ CommandArgument

string FineUICore.GridRowCommandEventArgs.CommandArgument
get

命令参数

◆ CommandName

string FineUICore.GridRowCommandEventArgs.CommandName
get

命令名称

◆ RowID

string FineUICore.GridRowCommandEventArgs.RowID
get

行ID

◆ RowIndex

int FineUICore.GridRowCommandEventArgs.RowIndex
get

行索引


该类的文档由以下文件生成: