[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellRangeEventArgs.-ctor

CellRangeEventArgs Constructor

CellRangeEventArgs(GridPanel, CellRange)

Initializes a new instance of a CellRangeEventArgs.

Declaration
public CellRangeEventArgs(GridPanel panel, CellRange rng)
Parameters
Type Name Description
GridPanel panel

GridPanel that contains the range.

CellRange rng

CellRange represented by this object.