asp.net.ph

FormViewUpdateEventArgs Class

System.Web.UI.WebControls Namespace


.NET Framework version 2.0

Provides data for the ItemUpdating event of a FormView control.

FormViewUpdateEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public FormViewUpdateEventArgs ( Object commandArgument )

Collapse   Properties

Visibility Name Value Type Accessibility
public CommandArgument Object [ Get ]
public Keys IOrderedDictionary [ Get ]
public NewValues IOrderedDictionary [ Get ]
public OldValues IOrderedDictionary [ Get ]

Remarks

The ItemUpdating event is raised whenever an Update button associated with an item in the FormView control is clicked, but before the FormView control updates the record.

This allows you to provide an event-handling method that performs a custom routine, such as checking the values of a record before updating it in the data source, whenever this event occurs.

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

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

See Also

FormView   FormViewUpdateEventHandler 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