FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / Expaned Event

In This Topic
    Expaned Event
    In This Topic
    Occurs after expand rows or columns of subtotal groups.
    Syntax
    'Declaration
     
    Public Event Expaned As EventHandler(Of GroupCellEventArgs)
    public event EventHandler<GroupCellEventArgs> Expaned
    Event Data

    The event handler receives an argument of type GroupCellEventArgs containing data related to this event. The following GroupCellEventArgs properties provide information specific to this event.

    PropertyDescription
    C1.WPF.Grid.GridPanel thatindicates whether it is row or column to be collapsed/expanded.  
    CellRange affected by the event.  
    See Also