[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CustomAggregateEventArgs.-ctor

CustomAggregateEventArgs Constructor

CustomAggregateEventArgs(GridPanel, CellRange)

Initializes a new instance of a CustomAggregateEventArgs.

Declaration
public CustomAggregateEventArgs(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.