C1.Win.Input.MultiColumnCombo Namespace / DisplayColumnCollection Class / ColumnChanged Event

ColumnChanged Event
Occurs when a property of a column from the collection changed.
Syntax
'Declaration
 
Public Event ColumnChanged As EventHandler(Of ColumnChangedEventArgs)
 
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