FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / AutoGeneratingColumnEventArgs Class / AutoGeneratingColumnEventArgs Constructor
The property.
The column.

In This Topic
    AutoGeneratingColumnEventArgs Constructor
    In This Topic
    Initializes a new instance of the AutoGeneratingColumnEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal property As PropertyInfo, _
       ByVal column As Column _
    )
    public AutoGeneratingColumnEventArgs( 
       PropertyInfo property,
       Column column
    )

    Parameters

    property
    The property.
    column
    The column.
    See Also