ComponentOne FlexGrid for WPF and Silverlight
CustomAggregateEventArgs Constructor

C1.WPF.FlexGrid Namespace > CustomAggregateEventArgs Class : CustomAggregateEventArgs Constructor
GridPanel that contains the range.
CellRange represented by this object.
Initializes a new instance of a CustomAggregateEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal panel As GridPanel, _
   ByVal rng As CellRange _
)
public CustomAggregateEventArgs( 
   GridPanel panel,
   CellRange rng
)

Parameters

panel
GridPanel that contains the range.
rng
CellRange represented by this object.
See Also

Reference

CustomAggregateEventArgs Class
CustomAggregateEventArgs Members