MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / DisplayColumnCollection Class / ColumnChanged Event

In This Topic
    ColumnChanged Event
    In This Topic
    Occurs when a property of a column from the collection changed.
    Syntax
    'Declaration
     
    
    Public Event ColumnChanged As EventHandler(Of ColumnChangedEventArgs)
    public event EventHandler<ColumnChangedEventArgs> ColumnChanged
    Event Data

    The event handler receives an argument of type ColumnChangedEventArgs containing data related to this event. The following ColumnChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the column whose property has changed.  
    (Inherited from System.ComponentModel.PropertyChangedEventArgs)
    See Also