Skip to main content
Version: 3.5

ColumnReorderedEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the ColumnReordered event of the ListView control.

public delegate void ColumnReorderedEventHandler(Object sender, ColumnReorderedEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eColumnReorderedEventArgsA ColumnReorderedEventArgs that contains the event data.

Fired By

NameDescription
ListView.ColumnReorderedFired when the column header order is changed.