Initializes a new instance of a CustomAggregateEventArgs.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public CustomAggregateEventArgs( GridPanel panel, CellRange range ) |
Visual Basic |
---|
Public Sub New ( _ panel As GridPanel, _ range As CellRange _ ) |
Parameters
- panel
- Type: C1.Silverlight.FlexGrid..::..GridPanel
GridPanel that contains the range.
- range
- Type: C1.Silverlight.FlexGrid..::..CellRange
CellRange represented by this object.