Method OnHeaderColumnDeleted
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
senderobjectThe source of the event, typically the list box control.
eListBoxHeader.ColumnEventArgsA 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.