DetailsViewInsertedEventArgs Properties
.NET Framework 2.0
| 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 DetailsView 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. |
Community Additions
ADD
Show: