ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / OnAfterColUpdate Method

In This Topic
    OnAfterColUpdate Method (DropDownList)
    In This Topic
    Raised after the datasource has been updated for a column.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAfterColUpdate( _
       ByVal e As ColEventArgs _
    ) 
    protected virtual void OnAfterColUpdate( 
       ColEventArgs e
    )

    Parameters

    e
    See Also