FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / OnAutoGeneratingColumn Method
The GridAutoGeneratingColumnEventArgs instance containing the event data.

In This Topic
    OnAutoGeneratingColumn Method (FlexGrid)
    In This Topic
    Raises the AutoGeneratingColumn event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnAutoGeneratingColumn( _
       ByVal e As GridAutoGeneratingColumnEventArgs _
    ) 
    protected virtual void OnAutoGeneratingColumn( 
       GridAutoGeneratingColumnEventArgs e
    )

    Parameters

    e
    The GridAutoGeneratingColumnEventArgs instance containing the event data.
    See Also