FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CustomAggregateEventArgs Class / CustomAggregateEventArgs Constructor
GridPanel that contains the range.
CellRange represented by this object.

In This Topic
    CustomAggregateEventArgs Constructor
    In This Topic
    Initializes a new instance of a CustomAggregateEventArgs.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal panel As GridPanel, _
       ByVal rng As CellRange _
    )
    public CustomAggregateEventArgs( 
       GridPanel panel,
       CellRange rng
    )

    Parameters

    panel
    GridPanel that contains the range.
    rng
    CellRange represented by this object.
    See Also