Repeater.OnItemCommand Method
.NET Framework 3.0
Raises the ItemCommand event.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void OnItemCommand ( RepeaterCommandEventArgs e )
protected function OnItemCommand ( e : RepeaterCommandEventArgs )
Not applicable.
Parameters
- e
The RepeaterCommandEventArgs object that contains the event data.
Raising an event invokes the event handler through a delegate. For more information, see Consuming Events.
Notes to Inheritors: When overriding OnItemCommand in a derived class, be sure to call the base class's OnItemCommand method.Community Additions
ADD
Show: