Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IAggregationSupport Interface / Aggregate Event


In This Topic
    Aggregate Event (IAggregationSupport)
    In This Topic
    Occurs when the data model aggregates.
    Syntax
    'Declaration
     
    
    Event Aggregate As AggregateEventHandler
    'Usage
     
    
    Dim instance As IAggregationSupport
    Dim handler As AggregateEventHandler
     
    AddHandler instance.Aggregate, handler
    event AggregateEventHandler Aggregate
    See Also