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

In This Topic
    OnUnboundColumnFetch Method (Frame)
    In This Topic
    Raised to fetch data for an unbound column.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnUnboundColumnFetch( _
       ByVal e As UnboundColumnFetchEventArgs _
    ) 
    protected virtual void OnUnboundColumnFetch( 
       UnboundColumnFetchEventArgs e
    )

    Parameters

    e
    See Also