'Declaration Public Event UnboundColumnUpdated As UnboundColumnFetchEventHandler
public event UnboundColumnFetchEventHandler UnboundColumnUpdated
Event Data
The event handler receives an argument of type UnboundColumnFetchEventArgs containing data related to this event. The following UnboundColumnFetchEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Col | Indicates the position in the Columns collection. |
Column | The C1DataColumn object. |
Row | The index of the row. |
Value | Gets or sets the value of the Column. |
See Also