This documentation is archived and is not being maintained.
FormViewInsertedEventArgs Properties
Visual Studio 2010
The FormViewInsertedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
AffectedRows | Gets the number of rows affected by the insert operation. |
|
Exception | Gets the exception (if any) that was raised during the insert operation. |
|
ExceptionHandled | Gets or sets a value indicating whether an exception that was raised during the insert operation was handled in the event handler. |
|
KeepInInsertMode | Gets or sets a value indicating whether the FormView control should remain in insert mode after an insert operation. |
|
Values | Gets a dictionary that contains the field name/value pairs for the inserted record. |
Show: