ListViewCommandEventArgs::Item Property

 

Gets the data item for which the command was issued.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property ListViewItem^ Item {
	ListViewItem^ get();
}

Property Value

Type: System.Web.UI.WebControls::ListViewItem^

The data item from the ListView control for which the command was issued.

The following example shows how to use the ListViewCommandEventArgs object that is passed to the event handler.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show: