asp.net.ph

RepeaterCommandEventArgs Class

System.Web.UI.WebControls Namespace


Provides data for the command events of a Repeater.

RepeaterCommandEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public RepeaterCommandEventArgs ( RepeaterItem item , Object commandSource , CommandEventArgs originalArgs )

Collapse   Properties

Visibility Name Value Type Accessibility
public CommandSource Object [ Get ]
public Item RepeaterItem [ Get ]

Remarks

The RepeaterCommandEventArgs provides event data for the ItemCommand event of a Repeater.

The ItemCommand event is raised whenever any button associated with an item in the Repeater is clicked. This event is commonly used to handle custom command buttons for the Repeater control.

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

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

Example

The following example demonstrates how to specify and code a handler for the ItemCommand event to display additional information about the currently selected item in the Repeater.

 Show me 

See Also

Repeater   RepeaterCommandEventHandler 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