'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.