True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1TrueDBGrid Class / UnboundColumnUpdated Event

In This Topic
    UnboundColumnUpdated Event (C1TrueDBGrid)
    In This Topic
    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