Method OnColumnsItemRemoved
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
senderobjectThe source of the event, typically the collection from which the column was removed.
indexintThe zero-based index at which the column was removed.
itemListControlColumnThe ListControlColumn instance that was removed from the collection.