DataServiceCallbackTAsyncCallCompletedEventHandler Delegate |
Generic Event handler to handle 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 AsyncCallCompletedEventHandler(
Object sender,
AsyncCallCompletedEventArgs asyncCallCompletedEventArgs
)
Parameters
- sender
- Type: SystemObject
Sender of this event. - asyncCallCompletedEventArgs
- Type: Intuit.Ipp.CoreAsyncCallCompletedEventArgs
Async Call Completed Event Args.
See Also