Spread Windows Forms 12.0 Product Documentation
OnDataChanged Method (IAsyncFunctionManager)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IAsyncFunctionManager Interface : OnDataChanged Method
An AsyncApplication object indicates the asynchronous function application.
Called when asynchronous function(s) finished.
Syntax
'Declaration
 
Sub OnDataChanged( _
   ByVal asyncApplication As AsyncApplication _
) 
'Usage
 
Dim instance As IAsyncFunctionManager
Dim asyncApplication As AsyncApplication
 
instance.OnDataChanged(asyncApplication)
void OnDataChanged( 
   AsyncApplication asyncApplication
)

Parameters

asyncApplication
An AsyncApplication object indicates the asynchronous function application.
See Also

Reference

IAsyncFunctionManager Interface
IAsyncFunctionManager Members