ListEventHandler Delegate[C#] public delegate bool ListEventHandler(
Parameters
Return Value Return false to cancel the listing. Remarks The handler may be called multiple times. On success the last call will have endOfList=true. If you return false or if an error occurs, the listing is canceled. |