ListViewUpdatedEventArgs Properties

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_pubpropertyAffectedRows

Gets the number of rows that were affected by the update operation.

System_CAPS_pubpropertyException

Gets the exception, if any, that was raised during the update operation.

System_CAPS_pubpropertyExceptionHandled

Gets or sets a value that indicates whether an exception that was raised during the update operation was handled during the event.

System_CAPS_pubpropertyKeepInEditMode

Gets or sets a value that indicates whether the ListView control should remain in edit mode after an update operation.

System_CAPS_pubpropertyNewValues

Gets a dictionary that contains the new values for the updated item.

System_CAPS_pubpropertyOldValues

Gets a dictionary that contains the original values for the updated item.

Return to top
Show: