Name

RepeaterItemEventHandler

Synopsis

This delegate specifies the parameters for the event handler routine that handles the ItemCreated and ItemDataBound events of the Repeater control. This event handler receives additional information about the item that was just created or bound through the RepeaterItemEventArgs class.

Public Delegate Sub RepeaterItemEventHandler(
        ByVal sender As Object, 
        ByVal e As RepeaterItemEventArgs) 

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.