[]
        
(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)
Public Sub New(panel As GridPanel, rng As CellRange)
Parameters
Type Name Description
GridPanel panel

GridPanel that contains the range.

CellRange rng

CellRange represented by this object.