Table of Contents

Event ColumnVisibleChanged

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

Occurs when the visibility of a column changes.

public event EventHandler<ListBoxHeader.ColumnEventArgs>? ColumnVisibleChanged

Returns

EventHandler<ListBoxHeader.ColumnEventArgs>
Occurs when the visibility of a column changes.

Remarks

Subscribe to this event to be notified when a column is shown or hidden. The event provides details about the affected column through the ListBoxHeader.ColumnEventArgs parameter.