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)
Syntaxpublic 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