ComponentOne True DBGrid for WinForms
UnboundColumnFetch Event (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : UnboundColumnFetch Event
Occurs when the grid needs to access the value of an unbound column.
Syntax
'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.

PropertyDescription
Indicates the position in the Columns collection.  
The C1DataColumn object.  
The index of the row.  
Gets or sets the value of the Column.  
See Also