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

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