Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IAsyncFunctionManager Interface / OnDataChanged Method
An AsyncApplication object indicates the asynchronous function application.


In This Topic
OnDataChanged Method (IAsyncFunctionManager)
In This Topic
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)

Parameters

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