Click or drag to resize
DataServiceCallbackTFindAllCallCompletedEventHandler Delegate
Event handler to handle FindAll asynchronous call back.

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public delegate void FindAllCallCompletedEventHandler(
	Object sender,
	FindAllCallCompletedEventArgs findAllCallCompletedEventArgs
)

Parameters

sender
Type: SystemObject
Sender of this event.
findAllCallCompletedEventArgs
Type: Intuit.Ipp.CoreFindAllCallCompletedEventArgs
FindAll Call Completed Event Args.
See Also