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

In This Topic
    OnUnboundColumnFetch Method (C1TrueDBDropdown)
    In This Topic
    Occurs when the grid needs to display the value of a cell in an unbound column.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnUnboundColumnFetch( _
       ByVal e As UnboundColumnFetchEventArgs _
    ) 
    protected override void OnUnboundColumnFetch( 
       UnboundColumnFetchEventArgs e
    )

    Parameters

    e
    See Also