Spread Windows Forms 12.0 Product Documentation
AddChangedTopic Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > AsyncApplication Class : AddChangedTopic Method
An integer value indicates the topic ID.
A string value indicates the topic key.
Adds the specified topic to the changed list.
Syntax
'Declaration
 
Protected Sub AddChangedTopic( _
   ByVal topicId As Integer, _
   ByVal topicKey As String _
) 
'Usage
 
Dim instance As AsyncApplication
Dim topicId As Integer
Dim topicKey As String
 
instance.AddChangedTopic(topicId, topicKey)
protected void AddChangedTopic( 
   int topicId,
   string topicKey
)

Parameters

topicId
An integer value indicates the topic ID.
topicKey
A string value indicates the topic key.
See Also

Reference

AsyncApplication Class
AsyncApplication Members