[]
Initializes a new instance of the UnboundValueEventArgs class.
public UnboundValueEventArgs(int row, int col, object value)
| Type | Name | Description |
|---|---|---|
| int | row | Row index for the cell that has an unbound value. |
| int | col | Column index for the cell that has an unbound value. |
| object | value | Unbound value that should be displayed in the cell. |