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

In This Topic
    GroupCollapsedChanged Event (C1OlapGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event GroupCollapsedChanged As EventHandler(Of CellRangeEventArgs)
    public event EventHandler<CellRangeEventArgs> GroupCollapsedChanged
    See Also