C# Class SourceGrid.RowEventArgs

EventArgs used by the FocusRowEnter
Inheritance: System.EventArgs
Show file 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