ComponentOne FlexGrid for WinForms
UnboundValueEventArgs Constructor

C1.Win.C1FlexGrid Namespace > UnboundValueEventArgs Class : 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 _
)
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.
See Also

Reference

UnboundValueEventArgs Class
UnboundValueEventArgs Members