FlexGrid for WinForms
UnboundValueEventArgs Constructor



Row index for the cell that has an unbound value.
Column index for the cell that has an unbound value.
Unbound value that should be displayed in the cell.
Initializes a new instance of the UnboundValueEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal value As Object _
)
'Usage
 
Dim row As Integer
Dim col As Integer
Dim value As Object
 
Dim instance As New UnboundValueEventArgs(row, col, value)
public UnboundValueEventArgs( 
   int row,
   int col,
   object value
)
public:
UnboundValueEventArgs( 
   int row,
   int col,
   Object^ value
)

Parameters

row
Row index for the cell that has an unbound value.
col
Column index for the cell that has an unbound value.
value
Unbound value that should be displayed in the cell.
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

UnboundValueEventArgs Class
UnboundValueEventArgs Members

 

 


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

Send Feedback