参考手册

FineUI(开源版) 参考手册,包含所有控件的属性方法和事件的详细描述。

 全部  命名空间 函数 变量 枚举 枚举值 属性
Public 成员函数 | 属性 | 所有成员列表
FineUI.GridCommandEventArgs类 参考

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

继承自 EventArgs .

Public 成员函数

 GridCommandEventArgs (int rowIndex, int columnIndex, string commandName, string commandArgument)
 构造函数 更多...
 

属性

int RowIndex [get, set]
 行索引 更多...
 
int ColumnIndex [get, set]
 列索引 更多...
 
string CommandName [get, set]
 命令名称 更多...
 
string CommandArgument [get, set]
 命令参数 更多...
 

详细描述

表格行命令事件参数

构造及析构函数说明

FineUI.GridCommandEventArgs.GridCommandEventArgs ( int  rowIndex,
int  columnIndex,
string  commandName,
string  commandArgument 
)

构造函数

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

属性说明

int FineUI.GridCommandEventArgs.ColumnIndex
getset

列索引

string FineUI.GridCommandEventArgs.CommandArgument
getset

命令参数

string FineUI.GridCommandEventArgs.CommandName
getset

命令名称

int FineUI.GridCommandEventArgs.RowIndex
getset

行索引


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