ColumnReorderedEventHandler
Wisej.Web.ColumnReorderedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the ColumnReordered event of the ListView control.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A ColumnReorderedEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Fired when the column header order is changed. |
Last updated