Прочитај на енглеском Уреди

Делите путем


ListViewItemEventArgs(ListViewItem) Constructor

Definition

Initializes a new instance of the ListViewItemEventArgs class.

C#
public ListViewItemEventArgs(System.Web.UI.WebControls.ListViewItem item);

Parameters

item
ListViewItem

The item being created or data-bound.

Remarks

Use this constructor to initialize a new instance of the ListViewItemEventArgs class.

Напомена

This constructor is primarily used by control developers when they raise events.

The following table shows the initial property value for an instance of the ListViewItemEventArgs class.

Property Initial value
Item The ListViewItem object that is contained in the item parameter.

Applies to

Производ Верзије
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also