Table of Contents

Method OnColumnsChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnColumnsChanged(object?, NotifyCollectionChangedEventArgs)

Handles changes to the columns collection.

protected virtual void OnColumnsChanged(object? sender, NotifyCollectionChangedEventArgs e)

Parameters

sender object

The source of the change event.

e NotifyCollectionChangedEventArgs

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