C# Class SourceGrid.SortRangeRowsEventArgs

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

Public Methods

Method Description
SortRangeRowsEventArgs ( Range p_Range, int keyColumn, bool p_bAscending, IComparer p_CellComparer ) : System

Method Details

SortRangeRowsEventArgs() public method

public SortRangeRowsEventArgs ( Range p_Range, int keyColumn, bool p_bAscending, IComparer p_CellComparer ) : System
p_Range Range
keyColumn int
p_bAscending bool
p_CellComparer IComparer
return System