BCGControlBar Library for .NET
GridRowEventArgs Constructor




The row.
Initializing a new instance of the GridRowEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As GridDataRow _
)
'Usage
 
Dim row As GridDataRow
 
Dim instance As New GridRowEventArgs(row)
public GridRowEventArgs( 
   GridDataRow row
)
public: GridRowEventArgs( 
   GridDataRow* row
)
public:
GridRowEventArgs( 
   GridDataRow^ row
)

Parameters

row
The row.
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

GridRowEventArgs Class
GridRowEventArgs Members

Send Feedback