Name

RepeaterCommandEventHandler

Synopsis

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 Sub RepeaterCommandEventHandler(
        ByVal source As Object, 
        ByVal e As RepeaterCommandEventArgs) 

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.