True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBDropdown Class / UnboundColumnFetch Event

In This Topic
    UnboundColumnFetch Event (C1TrueDBDropdown)
    In This Topic
    Occurs when the grid needs to display the value of a cell in 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