Method OnColumnsItemPropertyChanged
OnColumnsItemPropertyChanged(object?, PropertyChangedEventArgs)
Handles the PropertyChanged event for items within the columns collection.
protected virtual void OnColumnsItemPropertyChanged(object? sender, PropertyChangedEventArgs e)
Parameters
senderobjectThe source of the event, typically the column whose property has changed.
ePropertyChangedEventArgsAn object that contains the event data, including the name of the property that changed.