C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : UnboundColumnFetch Event |
'Declaration Public Event UnboundColumnFetch As UnboundColumnFetchEventHandler
public event UnboundColumnFetchEventHandler UnboundColumnFetch
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. |