GlobalTaxServiceCallbackTGlobalTaxServiceCallCompletedEventHandler Delegate |
Generic Event handler to handle TaxService 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 GlobalTaxServiceCallCompletedEventHandler(
Object sender,
GlobalTaxServiceCallCompletedEventArgs<T> taxServiceCallCompletedEventArgs
)
Parameters
- sender
- Type: SystemObject
Sender of this event. - taxServiceCallCompletedEventArgs
- Type: Intuit.Ipp.CoreGlobalTaxServiceCallCompletedEventArgsT
TaxService Call Completed Event Args.
See Also