Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / OnAggregate Method
AggregateArgs object that contains event data


In This Topic
    OnAggregate Method
    In This Topic
    Raises the Changed event, and permits derived classes to handle the event without attaching a delegate.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAggregate( _
       ByVal e As AggregateArgs _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim e As AggregateArgs
     
    instance.OnAggregate(e)
    protected virtual void OnAggregate( 
       AggregateArgs e
    )

    Parameters

    e
    AggregateArgs object that contains event data
    See Also