'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.
Property | Description |
---|---|
Column | Gets the column whose property has changed. |
PropertyName | (Inherited from System.ComponentModel.PropertyChangedEventArgs) |
See Also