ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / UnboundColumnFetch Event

In This Topic
    UnboundColumnFetch Event (C1List)
    In This Topic
    Fires when the control 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 index of the row.  
    Gets or sets the value of the Column.  
    See Also