System.Web.UI.WebControls Namespace
.NET Framework version 2.0
Provides data for the ItemDeleted event of a DetailsView control.
The ItemDeleted event is raised whenever a Delete button associated with an item in the DetailsView control is clicked, but after the DetailsView control deletes the record.
This allows you to provide an event-handling method that performs a custom routine, such as checking the results of a delete operation, whenever this event occurs.
For a list of initial property values for an instance of DetailsViewDeletedEventArgs, see the DetailsViewDeletedEventArgs constructor.
For more information about handling events, see Web Forms Events Model.
DetailsView DetailsViewDeletedEventHandler
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