asp.net.ph

DetailsViewInsertedEventArgs Class

System.Web.UI.WebControls Namespace


.NET Framework version 2.0

Provides data for the ItemInserted event of a DetailsView control.

DetailsViewInsertedEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public DetailsViewInsertedEventArgs ( 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 KeepInInsertMode Boolean [ Get , Set ]
public Values IOrderedDictionary [ Get ]

Remarks

The ItemInserted event is raised whenever an Insert button associated with an item in the DetailsView control is clicked, but after the DetailsView control inserts the record.

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

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

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

See Also

DetailsView   DetailsViewInsertedEventHandler 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