Spread Windows Forms 12.0 Product Documentation
OnAggregate Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetDataModel Class : OnAggregate Method
AggregateArgs object that contains event data
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

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members