BCGControlBar Library for .NET
GridCalcExpandBoxRectEventArgs Constructor




Syntax
'Declaration
 
Public Function New( _
   ByVal cell As Cell, _
   ByVal expandBox As Rectangle _
)
'Usage
 
Dim cell As Cell
Dim expandBox As Rectangle
 
Dim instance As New GridCalcExpandBoxRectEventArgs(cell, expandBox)
public GridCalcExpandBoxRectEventArgs( 
   Cell cell,
   Rectangle expandBox
)
public: GridCalcExpandBoxRectEventArgs( 
   Cell* cell,
   Rectangle expandBox
)
public:
GridCalcExpandBoxRectEventArgs( 
   Cell^ cell,
   Rectangle expandBox
)

Parameters

cell
expandBox
Requirements

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

See Also

Reference

GridCalcExpandBoxRectEventArgs Class
GridCalcExpandBoxRectEventArgs Members

Send Feedback