C1.Silverlight.FlexGrid.5
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.