'Declaration Public Event GetUnboundValue As C1.Win.FlexGrid.UnboundValueEventHandler
public event C1.Win.FlexGrid.UnboundValueEventHandler GetUnboundValue
Event Data
The event handler receives an argument of type C1.Win.FlexGrid.UnboundValueEventArgs containing data related to this event. The following UnboundValueEventArgs properties provide information specific to this event.
Property | 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. |
See Also