ListViewDeleteEventArgs Properties

 

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

NameDescription
System_CAPS_pubpropertyCancel

Gets or sets a value indicating whether the event should be canceled.(Inherited from CancelEventArgs.)

System_CAPS_pubpropertyItemIndex

Gets the index of the item being deleted.

System_CAPS_pubpropertyKeys

Gets a dictionary of field name/value pairs that represent the primary key or keys of the item to delete.

System_CAPS_pubpropertyValues

Gets a dictionary of the non-key field name/value pairs in the item to delete.

Return to top
Show: