ColumnReorderedEventArgs
Wisej.Web.ColumnReorderedEventArgs
Last updated
Was this helpful?
Wisej.Web.ColumnReorderedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the ColumnReordered event.
public class ColumnReorderedEventArgs : CancelEventArgsPublic Class ColumnReorderedEventArgs
Inherits CancelEventArgsInitializes a new instance of the ColumnReorderedEventArgs class.
ColumnHeader: Returns the ColumnHeader that is being reordered.
Int32: Returns the new display position of the ColumnHeader
Int32: Returns the previous display position of the ColumnHeader.
Represents the method that will handle the ColumnReordered event of the ListView control.
Last updated
Was this helpful?
Was this helpful?

