Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / AsyncApplication Class / OnDataChanged Method


In This Topic
OnDataChanged Method (AsyncApplication)
In This Topic
Called when the data, which received from asynchronous application, is changed.
Syntax
'Declaration
 
Protected Sub OnDataChanged() 
 
'Usage
 
Dim instance As AsyncApplication
 
instance.OnDataChanged()
See Also