| ||||||||||||||||||||||
RepeaterCommandEventArgs ClassSystem.Web.UI.WebControls Namespace Provides data for the command events of a Repeater.
|
||||||||||||||||||||||
| Visibility | Name | Value Type | Accessibility |
|---|---|---|---|
| public | CommandSource | Object | [ Get ] |
| public | Item | RepeaterItem | [ Get ] |
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.
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.
Repeater RepeaterCommandEventHandler
Check out related books at Amazon
© 2000-2008 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 aspxtreme