asp.net.ph

GridViewRowEventArgs Class

System.Web.UI.WebControls Namespace


.NET Framework version 2.0

Provides data for the RowCreated and RowDataBound events of a GridView.

GridViewRowEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public GridViewRowEventArgs ( GridViewRow row )

Collapse   Properties

Visibility Name Value Type Accessibility
public Row GridViewRow [ Get ]

Remarks

The RowCreated event is raised whenever a row in the GridView is created.

The RowDataBound event is raised whenever a row in the GridView is bound to a data source.

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

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

See Also

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