ComponentOne True DBGrid for WinForms
UnboundColumnUpdated Event

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : UnboundColumnUpdated Event
Occurs when the value of an unbound column has been updated.
Syntax
'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.

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