For the complete documentation index, see llms.txt. This page is also available as Markdown.

ColumnWidthChangedEventArgs

Wisej.Web.ColumnWidthChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the ColumnWidthChanged event.

public class ColumnWidthChangedEventArgs : EventArgs
Public Class ColumnWidthChangedEventArgs
    Inherits EventArgs

Constructors

ColumnWidthChangedEventArgs(columnIndex)

Initializes a new instance of the ColumnWidthChangedEventArgs class.

Name
Type
Description

columnIndex

The index of the column whose width is being changed.

Properties

ColumnIndex

Int32: Returns the column index for the column whose width is being changed.

Used By

Name
Description

Represents the method that will handle the ColumnWidthChanged event of a ListView.

Last updated

Was this helpful?