[]
        
(Showing Draft Content)

C1.WPF.Pivot.GroupCellEventArgs.-ctor

GroupCellEventArgs Constructor

GroupCellEventArgs(GridCellRange, CollapseExpandAction)

Initializes a new instance of a GroupCellEventArgs.

Declaration
public GroupCellEventArgs(GridCellRange rng, CollapseExpandAction action)
Public Sub New(rng As GridCellRange, action As CollapseExpandAction)
Parameters
Type Name Description
GridCellRange rng

CellRange represented the affected cell ranges.

CollapseExpandAction action

CollapseExpandAction that indicates whether it is row or column to be collapsed/expanded.