Table of Contents

Method OnHeaderColumnDeleted

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

OnHeaderColumnDeleted(object?, ColumnEventArgs)

Raises the event that occurs when a header column is deleted from the list box.

protected virtual void OnHeaderColumnDeleted(object? sender, ListBoxHeader.ColumnEventArgs e)

Parameters

sender object

The source of the event, typically the list box control.

e ListBoxHeader.ColumnEventArgs

A ListBoxHeader.ColumnEventArgs that contains the event data for the deleted column.

Remarks

Override this method to provide custom handling when a header column is deleted. This method is called after a column has been removed from the header.