ListViewUpdateEventArgs 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 data item that is being updated.

System_CAPS_pubpropertyKeys

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

System_CAPS_pubpropertyNewValues

Gets a dictionary that contains the revised values of the item to update.

System_CAPS_pubpropertyOldValues

Gets a dictionary that contains the original values of the item to update.

Return to top
Show: