C# Class SourceGrid.RowEventArgs

EventArgs used by the FocusRowEnter
Inheritance: System.EventArgs
显示文件 Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
RowEventArgs ( int pRow ) : System

Constructor

Method Details

RowEventArgs() public method

Constructor
public RowEventArgs ( int pRow ) : System
pRow int
return System