DekGenius.com
[ Team LiB ] Previous Section Next Section

RepeaterCommandEventHandlerserializable

System.Web.UI.WebControls (system.web.dll)delegate

This delegate specifies the parameters for the event handler routine that handles the ItemCommand event of the Repeater control. This event handler receives additional information about the item that was clicked.

public delegate void RepeaterCommandEventHandler(object source, RepeaterCommandEventArgs e);

Associated Events

Repeater.ItemCommand( )

    [ Team LiB ] Previous Section Next Section