'Declaration
Public Event UnboundColumnFetch As UnboundColumnFetchEventHandler
public event UnboundColumnFetchEventHandler UnboundColumnFetch
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. |
Row | The index of the row. |
Value | Gets or sets the value of the Column. |
See Also