Method OnColumnsChanged
OnColumnsChanged(object?, NotifyCollectionChangedEventArgs)
Handles changes to the columns collection.
protected virtual void OnColumnsChanged(object? sender, NotifyCollectionChangedEventArgs e)
Parameters
senderobjectThe source of the change event.
eNotifyCollectionChangedEventArgsDetails 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.