asp.net.ph

DetailsViewUpdatedEventArgs Class

System.Web.UI.WebControls Namespace


.NET Framework version 2.0

Provides data for the ItemUpdated event of a DetailsView control.

DetailsViewUpdatedEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public DetailsViewUpdatedEventArgs ( Int32 affectedRows , Exception e )

Collapse   Properties

Visibility Name Value Type Accessibility
public AffectedRows Int32 [ Get ]
public Exception Exception [ Get ]
public ExceptionHandled Boolean [ Get , Set ]
public KeepInEditMode Boolean [ Get , Set ]
public Keys IOrderedDictionary [ Get ]
public NewValues IOrderedDictionary [ Get ]
public OldValues IOrderedDictionary [ Get ]

Remarks

The ItemUpdated event is raised whenever an Update button associated with an item in the DetailsView control is clicked, but after the DetailsView control updates the record.

This allows you to provide an event-handling method that performs a custom routine, such as checking the results of an update operation, whenever this event occurs.

For a list of initial property values for an instance of DetailsViewUpdatedEventArgs, see the DetailsViewUpdatedEventArgs constructor.

For more information about handling events, see Web Forms Events Model.

See Also

DetailsView   DetailsViewUpdatedEventHandler Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note