System.Web.UI.WebControls.DetailsView.ItemCommand Event

Occurs when a button within a System.Web.UI.WebControls.DetailsView control is clicked.

Syntax

public event DetailsViewCommandEventHandler ItemCommand

Remarks

The DetailsView.ItemCommand event is raised when a button within the System.Web.UI.WebControls.DetailsView control is clicked. This allows you to provide an event handler that performs a custom routine whenever this event occurs.

A System.Web.UI.WebControls.DetailsViewCommandEventArgs object is passed to the event handler, which allows you to determine the command name and command argument of the button clicked. To determine the index of the current record, use the DetailsView.PageIndex property.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0