| C1.Silverlight.Olap Namespace > C1OlapGrid Class : CustomAggregate Event |
'Declaration Public Event CustomAggregate As System.EventHandler(Of CustomAggregateEventArgs)
public event System.EventHandler<CustomAggregateEventArgs> CustomAggregate
The event handler receives an argument of type C1.Silverlight.FlexGrid.CustomAggregateEventArgs containing data related to this event. The following CustomAggregateEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
| CellRange | (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
| CellType | (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
| Column | (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
| Panel | (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
| Result | |
| Row | (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2