Table of Contents

Enum ListViewColumn.ColumnEventType

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

Enumerates known column events.

public enum ListViewColumn.ColumnEventType

Fields

AllChanged = 3

Column changed, which included width and title changed.

None = 0

No event.

TitleChanged = 1

Column title is changed.

WidthChanged = 2

Column width is changed.