ListViewUpdateEventArgs Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | Cancel | Gets or sets a value indicating whether the event should be canceled.(Inherited from CancelEventArgs.) |
![]() | ItemIndex | Gets the index of the data item that is being updated. |
![]() | Keys | Gets a dictionary of field name/value pairs that represent the key or keys of the item to update. |
![]() | NewValues | Gets a dictionary that contains the revised values of the item to update. |
![]() | OldValues | Gets a dictionary that contains the original values of the item to update. |
Show:
