ComponentOne FlexGrid for WPF and Silverlight
CellRangeEventArgs Constructor

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

Parameters

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

Reference

CellRangeEventArgs Class
CellRangeEventArgs Members