Represents the method that will handle an event that list an item.
Namespace: Cake3
Assembly: Cake3
Collapse/Expand Syntax
C#
public delegate void ItemListEventHandler (
        object sender,
        ItemListEventArgs e
) 
Parameters
sender

There is no description.

e

There is no description.