[]
Provides data for the GetUnboundValue and SetUnboundValue events.
public class UnboundValueEventArgs : EventArgs
Name | Description |
---|---|
UnboundValueEventArgs(int, int, object) | Initializes a new instance of the UnboundValueEventArgs class. |
Name | Description |
---|---|
Col | Gets the column index for the cell that has an unbound value. |
Row | Gets the row index for the cell that has an unbound value. |
Value | Gets or sets the unbound value that should be displayed in the cell. |