ListViewDeletedEventArgs 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 delete operation.

System_CAPS_pubpropertyException

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

System_CAPS_pubpropertyExceptionHandled

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

System_CAPS_pubpropertyKeys

Gets the key or keys for the deleted item.

System_CAPS_pubpropertyValues

Gets the non-key field values for the deleted item.

Return to top
Show: