asp.net.ph

DetailsViewDeleteEventArgs Class

System.Web.UI.WebControls Namespace


.NET Framework version 2.0

Provides data for the ItemDeleting event of a DetailsView control.

DetailsViewDeleteEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public DetailsViewDeleteEventArgs ( Int32 rowIndex )

Collapse   Properties

Visibility Name Value Type Accessibility
public Keys IOrderedDictionary [ Get ]
public RowIndex Int32 [ Get ]
public Values IOrderedDictionary [ Get ]

Remarks

The ItemDeleting event is raised whenever a Delete button associated with an item in the DetailsView control is clicked, but before the DetailsView control deletes the record.

This allows you to provide an event-handling method that performs a custom routine, such as verifying a record before deleting it, whenever this event occurs.

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

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

See Also

DetailsView   DetailsViewDeleteEventHandler Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph