ListViewInsertEventArgs(ListViewItem) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ListViewInsertEventArgs class.
public:
ListViewInsertEventArgs(System::Web::UI::WebControls::ListViewItem ^ item);
public ListViewInsertEventArgs (System.Web.UI.WebControls.ListViewItem item);
new System.Web.UI.WebControls.ListViewInsertEventArgs : System.Web.UI.WebControls.ListViewItem -> System.Web.UI.WebControls.ListViewInsertEventArgs
Public Sub New (item As ListViewItem)
Parameters
- item
- ListViewItem
The data item that is being inserted into the data source.
Remarks
Use this constructor to initialize a new instance of the ListViewInsertEventArgs class.
Note
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 ListViewInsertEventArgs class.
Property | Initial value |
---|---|
Item | The value of the item parameter. |
Cancel | false . |