FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / OnAutoGeneratingColumn Method
The AutoGeneratingColumnEventArgs instance containing the event data.

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

    Parameters

    e
    The AutoGeneratingColumnEventArgs instance containing the event data.
    See Also