This documentation is archived and is not being maintained.

ListViewInsertEventArgs Properties

The ListViewInsertEventArgs type exposes the following members.

  NameDescription
Public property Cancel Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.)
Public property Item Gets a ListViewItem object that represents the data item to be inserted.
Public property Values Gets the values for the record to insert.
Top
Show: