Method OnColumnsChanged
OnColumnsChanged(object?, NotifyCollectionChangedEventArgs)
Handles changes to the columns collection.
protected virtual void OnColumnsChanged(object? sender, NotifyCollectionChangedEventArgs e)
Parameters
sender
objectThe source of the change event.
e
NotifyCollectionChangedEventArgsDetails about the collection change, including added or removed items.
Remarks
This method is triggered when the column collection is modified. Override it to implement custom behavior for handling column updates.