MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / ColumnChangedEventArgs Class / ColumnChangedEventArgs Constructor
The column whose property has changed.
The name of the property that changed.

In This Topic
    ColumnChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the ColumnChangedEventArgs
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal column As DisplayColumn, _
       ByVal propertName As String _
    )
    public ColumnChangedEventArgs( 
       DisplayColumn column,
       string propertName
    )

    Parameters

    column
    The column whose property has changed.
    propertName
    The name of the property that changed.
    See Also