Repeater::OnItemCommand Method (RepeaterCommandEventArgs^)
.NET Framework (current version)
Raises the ItemCommand event.
Assembly: System.Web (in System.Web.dll)
Parameters
- e
-
Type:
System.Web.UI.WebControls::RepeaterCommandEventArgs^
The RepeaterCommandEventArgs object that contains the event data.
Raising an event invokes the event handler through a delegate. For more information, see NIB: Consuming Events.
Notes to Inheritors:
When overriding OnItemCommand in a derived class, be sure to call the base class's OnItemCommand method.
.NET Framework
Available since 1.1
Available since 1.1
Show: