Click or drag to resize
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)
Syntax
C#
public 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