Method OnHeaderColumnVisibleChanged
OnHeaderColumnVisibleChanged(object?, ColumnEventArgs)
Raises the event that occurs when the visibility of a header column changes.
protected virtual void OnHeaderColumnVisibleChanged(object? sender, ListBoxHeader.ColumnEventArgs e)
Parameters
senderobjectThe source of the event, typically the control whose header column visibility has changed.
eListBoxHeader.ColumnEventArgsAn object containing data related to the header column visibility change.