Table of Contents

Class ListBoxHeader.ColumnEventArgs

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

Provides data for events that are associated with a specific column.

public class ListBoxHeader.ColumnEventArgs : BaseEventArgs
Inheritance
ListBoxHeader.ColumnEventArgs

Remarks

Use this class as the event data when handling events that relate to a particular column. The associated column is accessible through the Column property.

Constructors

ColumnEventArgs(AbstractControl)

Initializes a new instance of the ListBoxHeader.ColumnEventArgs class.

Properties

Column

Gets or sets the column associated with the event.