This documentation is archived and is not being maintained.

ListViewInsertedEventArgs Properties

The ListViewInsertedEventArgs type exposes the following members.

  NameDescription
Public property AffectedRows Gets the number of rows affected by the insert operation.
Public property Exception Gets the exception (if any) that was raised during the insert operation.
Public property ExceptionHandled Gets or sets a that indicates whether an exception that was raised during the insert operation was handled in the event handler.
Public property KeepInInsertMode Gets or sets a value that indicates whether the user's input values are preserved for the controls inside the InsertItemTemplate template.
Public property Values Gets field name/value pairs for the inserted record.
Top
Show: