Initializes a new instance of a CellRangeEventArgs.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
public CellRangeEventArgs( GridPanel panel, CellRange range ) |
Visual Basic |
---|
Public Sub New ( _ panel As GridPanel, _ range As CellRange _ ) |
Parameters
- panel
- Type: C1.Phone.FlexGrid..::..GridPanel
GridPanel that contains the range.
- range
- Type: C1.Phone.FlexGrid..::..CellRange
CellRange represented by this object.