Table of Contents

Method OnColumnsItemRemoved

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

OnColumnsItemRemoved(object?, int, ListControlColumn)

Handles the event when a column is removed from the columns collection.

protected virtual void OnColumnsItemRemoved(object? sender, int index, ListControlColumn item)

Parameters

sender object

The source of the event, typically the collection from which the column was removed.

index int

The zero-based index at which the column was removed.

item ListControlColumn

The ListControlColumn instance that was removed from the collection.