asp.net.ph

GridViewSelectEventArgs Class

System.Web.UI.WebControls Namespace


.NET Framework version 2.0

Provides data for the SelectedIndexChanging event of a GridView control.

GridViewSelectEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public GridViewSelectEventArgs ( Int32 newSelectedIndex )

Collapse   Properties

Visibility Name Value Type Accessibility
public NewSelectedIndex Int32 [ Get , Set ]

Remarks

The SelectedIndexChanging event is raised whenever any of the select buttons in a GridView control is clicked, but before the GridView handles the paging operation.

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

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

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

See Also

GridView   GridViewSelectEventHandler 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