<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapGrid Class / Collapsed Event

In This Topic
    Collapsed Event
    In This Topic
    Occurs after collapse rows or columns of subtotal groups.
    Syntax
    'Declaration
     
    Public Event Collapsed As EventHandler(Of GroupCellEventArgs)
    public event EventHandler<GroupCellEventArgs> Collapsed
    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.FlexGrid.GridPanel thatindicates whether it is row or column to be collapsed/expanded.  
    CellRange affected by the event.  
    See Also